IntlUpdateDataLoader typedef

IntlUpdateDataLoader = Future<String?> Function(String locale, String flavor)

use to update ARB data for give locale and flavor If it returns null, it mean no update is available If it returns some content, it will update accordingly

Implementation

typedef IntlUpdateDataLoader = Future<String?> Function(
    String locale, String flavor);