turnOnBluetooth method

Future<void> turnOnBluetooth()

turn on bluetooth

Implementation

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