instance property
ProviderScope
get
instance
Implementation
static ProviderScope get instance {
_instance ??= ProviderScope._();
return _instance!;
}
static ProviderScope get instance {
_instance ??= ProviderScope._();
return _instance!;
}