bluetoothSerialNo method

Future<String?> bluetoothSerialNo()

get Serial no from connected device

Implementation

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