adapterStateNow property

Future<BluetoothAdapterState> get adapterStateNow

Returns the current adapter state

Implementation

Future<BluetoothAdapterState> get adapterStateNow =>
    _instance.adapterStateNow();