setGlobalInfo method
Implementation
@protected
void setGlobalInfo(GlobalInfo? globalInfo) {
clearGlobalLoading();
_ref.read(globalInfoProvider.notifier).set(globalInfo);
}
@protected
void setGlobalInfo(GlobalInfo? globalInfo) {
clearGlobalLoading();
_ref.read(globalInfoProvider.notifier).set(globalInfo);
}