getSystemID method

Future<String?> getSystemID()

Implementation

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