bluetoothState method

Future<bool> bluetoothState()

Implementation

Future<bool> bluetoothState() async {
  return _honeywellPlugin.bluetoothState();
}