turnOnBluetooth method

Future<void> turnOnBluetooth()

Implementation

Future<void> turnOnBluetooth() async {
  await FlutterBluePlus.turnOn();
}