bluetoothEnable method

Future<void> bluetoothEnable()

Implementation

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