getLocalCache abstract method

Future<Map<String, dynamic>> getLocalCache(
  1. String locale
)

Returns translations for given locale from local cache. {'app_name': 'Super app', 'another_key': 'another translation'}

Implementation

Future<Map<String, dynamic>> getLocalCache(String locale);