instance property
Gets the singleton instance of CacheSettingsService.
Implementation
static CacheSettingsService get instance {
_instance ??= CacheSettingsService._();
return _instance!;
}
Gets the singleton instance of CacheSettingsService.
static CacheSettingsService get instance {
_instance ??= CacheSettingsService._();
return _instance!;
}