checkBluetoothEnable property

Future<bool> checkBluetoothEnable

Implementation

Future<bool> get checkBluetoothEnable async {
  return await mConnconst.invokeMethod('checkBluetoothEnable');
}