checkBluetoothEnable property

Future<bool> get checkBluetoothEnable

Implementation

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