menu
flutter_base_architecture_plugin package
documentation
core/base_bloc.dart
StreamLifecycle
bindToLifecycle method
bindToLifecycle method
dark_mode
light_mode
bindToLifecycle
method
void
bindToLifecycle
(
BaseBloc
bloc
)
Implementation
void bindToLifecycle(BaseBloc<dynamic, dynamic> bloc) { bloc._subscriptions.add(this); }
flutter_base_architecture_plugin package
documentation
core/base_bloc
StreamLifecycle
bindToLifecycle method
StreamLifecycle extension on
StreamSubscription