clearRecord method

Future<String?> clearRecord()

Implementation

Future<String?> clearRecord(){
  throw UnimplementedError('selectDevice() has not been implemented.');
}