adapterState property

Stream<BluetoothAdapterState> get adapterState

Returns an event stream for all adapter state changes

Implementation

Stream<BluetoothAdapterState> get adapterState => _instance.adapterState();