disableScanBluetoothDevices method

Future<void> disableScanBluetoothDevices()

Implementation

Future<void> disableScanBluetoothDevices() async {
  return _honeywellPlugin.disableScanBluetoothDevices();
}