bluetoothState property
Implementation
@override
Future<BluetoothState> get bluetoothState async {
final status = await _methodChannel.invokeMethod('bluetoothState');
return BluetoothState.parse(status);
}
@override
Future<BluetoothState> get bluetoothState async {
final status = await _methodChannel.invokeMethod('bluetoothState');
return BluetoothState.parse(status);
}