bluetoothDisable method

Future<void> bluetoothDisable()

Implementation

Future<void> bluetoothDisable() async {
  await _honeywellPlugin.bluetoothDisable();
}