Flutter
stream_channel
StreamChannelCompleter
<
T
>
channel property
channel
StreamChannelCompleter class
Constructors
StreamChannelCompleter
Properties
channel
hashCode
runtimeType
Methods
setChannel
setError
noSuchMethod
toString
Operators
operator ==
Static methods
fromFuture
channel property
StreamChannel
<
T
>
channel
The channel for this completer.
Implementation
StreamChannel<T> get channel => _channel;