getArmBandRecord method

Future<String?> getArmBandRecord()

Implementation

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