isOn property
Checks if Bluetooth functionality is turned on
Implementation
@Deprecated('Use adapterState.first == BluetoothAdapterState.on instead')
static Future<bool> get isOn async => await adapterState.first == BluetoothAdapterState.on;
Checks if Bluetooth functionality is turned on
@Deprecated('Use adapterState.first == BluetoothAdapterState.on instead')
static Future<bool> get isOn async => await adapterState.first == BluetoothAdapterState.on;