bluetoothState property

  1. @override
Future<BluetoothState> get bluetoothState
override

Check for the latest BluetoothState from device.

Implementation

@override
Future<BluetoothState> get bluetoothState async => BluetoothState.parse(await _channel.invokeMethod('bluetoothState'));