migration_cachedStorageKey constant

  1. @Deprecated('Will be removed once all apps data is migrated from Hive')
String const migration_cachedStorageKey

Key used for caching data in the repository for the REST API client. This is deprecated and will be removed once all app data is migrated from Hive.

Implementation

@Deprecated('Will be removed once all apps data is migrated from Hive')
static const String migration_cachedStorageKey =
    '___REST_API_CLIENT:CACHED_STORAGE_REPOSITORY';