menu
action_channel package
documentation
communication.dart
ChannelCommunication<In, Out, Response>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
Out
>
get
stream
Implementation
@override Stream<Out> get stream => output;
set
stream
(
Stream
<
Out
>
_stream
)
inherited
Implementation
late final Stream<Out> stream;
action_channel package
documentation
communication
ChannelCommunication<In, Out, Response>
stream property
ChannelCommunication class