get abstract method

FutureOr<String?> get(
  1. String key,
  2. String message,
  3. IntlLocale fromLocale,
  4. IntlLocale toLocale,
)

Implementation

FutureOr<String?> get(
    String key, String message, IntlLocale fromLocale, IntlLocale toLocale);