stateChanges property
Connection-state transitions for this channel.
Implementation
@override
Stream<ConnectionState> get stateChanges => _state.stream;
Connection-state transitions for this channel.
@override
Stream<ConnectionState> get stateChanges => _state.stream;