menu
sunny_sdk_core package
documentation
services/lifecycle_aware.dart
StreamSubscriptionDisposingExt
watch method
watch method
dark_mode
light_mode
watch
method
void
watch
(
HasDisposers
disp
)
Implementation
void watch(HasDisposers disp) { disp.registerDisposer(this.cancel); }
sunny_sdk_core package
documentation
services/lifecycle_aware
StreamSubscriptionDisposingExt
watch method
StreamSubscriptionDisposingExt extension on
StreamSubscription