IntlDataLoader typedef

IntlDataLoader = Future<String> Function(String locale, String flavor)

use to update ARB data for give locale and flavor It returns some content to save in memory

Implementation

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