store abstract method

FutureOr<bool> store(
  1. String key,
  2. String message,
  3. String translatedMessage,
  4. IntlLocale fromLocale,
  5. IntlLocale toLocale,
)

Implementation

FutureOr<bool> store(String key, String message, String translatedMessage,
    IntlLocale fromLocale, IntlLocale toLocale);