download abstract method

Future<String?> download(
  1. String locale,
  2. String flavor
)

Method called to download translations from a remote service for the given locale and flavor. Return null if no updates are available or the ARB content if there is something to update

Implementation

Future<String?> download(String locale, String flavor);