isOn property

  1. @Deprecated('Use adapterState.first == BluetoothAdapterState.on instead')
Future<bool> get isOn

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;