menu
lml package
documentation
bloc.dart
BlocRequester<X extends BlocBase<Object>>
getRegBloc method
getRegBloc method
dark_mode
light_mode
getRegBloc
method
X
getRegBloc
(
BuildContext
context
)
Implementation
X getRegBloc(BuildContext context) => BlocProvider.of<X>(context);
lml package
documentation
bloc
BlocRequester<X extends BlocBase<Object>>
getRegBloc method
BlocRequester mixin