errorStream property
Stream
get
errorStream
Stream of connection errors
Implementation
Stream<dynamic> get errorStream => _adapter.errorStream;
Stream of connection errors
Stream<dynamic> get errorStream => _adapter.errorStream;