translateBlock abstract method

FutureOr<Map<String, String>?> translateBlock(
  1. Map<String, String> entries,
  2. IntlLocale fromLocale,
  3. IntlLocale toLocale,
  4. String fromLanguage,
  5. String toLanguage,
  6. bool confirm,
)

Translates an entries block. Called by translate.

Implementation

FutureOr<Map<String, String>?> translateBlock(
    Map<String, String> entries,
    IntlLocale fromLocale,
    IntlLocale toLocale,
    String fromLanguage,
    String toLanguage,
    bool confirm);