fromContext method
SimpleValueCubit<HubbleViewState>
fromContext(
- BuildContext context, {
- bool listen = true,
inherited
Implementation
SimpleValueCubit<T> fromContext(BuildContext context, {bool listen = true}) {
return HubbleContextUtils.getProviderObject(context, listen: listen);
}