menu
rx_notifier package
documentation
rx_notifier.dart
RxStream<T>
of<T> static method
of<T> static method
dark_mode
light_mode
of<
T
>
static method
RxStream
<
T
>
of
<
T
>(
Stream
<
T
>
stream
)
Implementation
static RxStream<T> of<T>(Stream<T> stream) => RxStream._(stream);
rx_notifier package
documentation
rx_notifier
RxStream<T>
of<T> static method
RxStream class