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