enableBluetooth method

Future<void> enableBluetooth()

Enables bluetooth.

Implementation

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