instance property

CacheSettingsService get instance

Gets the singleton instance of CacheSettingsService.

Implementation

static CacheSettingsService get instance {
  _instance ??= CacheSettingsService._();
  return _instance!;
}