isBluetoothEnable property

  1. @override
Future<bool> get isBluetoothEnable
override

Implementation

@override
Future<bool> get isBluetoothEnable async{
  return await methodChannel.invokeMethod('isBluetoothEnable');
}