enableBluetooth method

Future<bool?> enableBluetooth()

Implementation

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