menu
occam package
documentation
occam.dart
RxMixin<T>
closeStream method
closeStream method
dark_mode
light_mode
closeStream
method
FutureOr
<
void
>
closeStream
(
Stream
<
T
>
stream
)
Implementation
FutureOr<void> closeStream(Stream<T> stream) => _subscriptions?.remove(stream)?.cancel();
occam package
documentation
occam
RxMixin<T>
closeStream method
RxMixin mixin