loadTranslations abstract method

Future<RequestResponse<Map<String, String>?>> loadTranslations({
  1. String? lang,
})

Loads the translation of the selected language from the backend.

Implementation

Future<RequestResponse<Map<String, String>?>> loadTranslations(
    {String? lang});