menu
base_frame package
documentation
core/base_bloc.dart
ApiLifecycle
bindToLifecycle method
bindToLifecycle method
dark_mode
light_mode
bindToLifecycle
method
void
bindToLifecycle
(
BaseBloc
bloc
)
Implementation
void bindToLifecycle(BaseBloc<dynamic, dynamic> bloc) { bloc._tokens.add(this); }
base_frame package
documentation
core/base_bloc
ApiLifecycle
bindToLifecycle method
ApiLifecycle extension on
CancelToken