menu
dreamic package
documentation
data/helpers/stream_authaware.dart
AuthAwareStreamSubscription<T>
cancel method
cancel method
dark_mode
light_mode
cancel
method
Future
<
void
>
cancel
(
)
Implementation
Future<void> cancel() async { await _subscription.cancel(); await _authSubscription?.cancel(); }
dreamic package
documentation
data/helpers/stream_authaware
AuthAwareStreamSubscription<T>
cancel method
AuthAwareStreamSubscription class