enableBluetooth method

Future<String?> enableBluetooth()

Implementation

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