enableBluetooth method

  1. @override
Future<bool?> enableBluetooth()
override

Implementation

@override
Future<bool?> enableBluetooth() {
  return methodChannel.invokeMethod<bool>("enableBluetooth");
}