initBluetooth method

Future<String?> initBluetooth()

Implementation

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