requestDisableBluetooth method

Future<void> requestDisableBluetooth()

Implementation

Future<void> requestDisableBluetooth() {
  throw UnimplementedError('disableEnableBluetooth() has not been implemented.');
}