disableBluetooth method

Future<void> disableBluetooth()

Disables bluetooth.

Implementation

Future<void> disableBluetooth() async {
  await _wrapRequest('disableBluetooth', _client.disableBluetooth);
}