stateChanges property
Connection-state transitions; closes when the link drops.
Implementation
@override
Stream<BleConnectionState> get stateChanges => _state.stream;
Connection-state transitions; closes when the link drops.
@override
Stream<BleConnectionState> get stateChanges => _state.stream;