authBloc method
Implementation
AuthenticationBloc authBloc({
final bool listen = true,
}) =>
BlocProvider.of<AuthenticationBloc>(
this,
listen: listen,
);
AuthenticationBloc authBloc({
final bool listen = true,
}) =>
BlocProvider.of<AuthenticationBloc>(
this,
listen: listen,
);