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