menu
mhu_dart_commons package
documentation
commons.dart
StreamSubscriptionX<T>
cancelBy method
cancelBy method
dark_mode
light_mode
cancelBy
method
void
cancelBy
(
DspReg
?
disposers
)
Implementation
void cancelBy(DspReg? disposers) { disposers?.add(cancel); }
mhu_dart_commons package
documentation
commons
StreamSubscriptionX<T>
cancelBy method
StreamSubscriptionX extension on
StreamSubscription
<
T
>