isBluetoothEnabled method

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

Implementation

@override
Future<bool?> isBluetoothEnabled() async {
  return methodChannel.invokeMethod<bool>('isBluetoothEnabled');
}