bluetoothState property
Check for the latest BluetoothState
from device.
Implementation
@override
Future<BluetoothState> get bluetoothState async => BluetoothState.parse(await _channel.invokeMethod('bluetoothState'));
Check for the latest BluetoothState
from device.
@override
Future<BluetoothState> get bluetoothState async => BluetoothState.parse(await _channel.invokeMethod('bluetoothState'));