disableBluetooth method

Future<String?> disableBluetooth()

Implementation

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