getLocalizations abstract method

Future<Map<String, String>?> getLocalizations(
  1. Locale locale
)

Get localization mapping as json for the specified locale.

Locale json is named according to the locale languageCode. For example, the Danish translation is named da

If there is no language resouce, null is returned.

Implementation

Future<Map<String, String>?> getLocalizations(Locale locale);