FlutterIntlDataLoader typedef

FlutterIntlDataLoader = Future<String> Function(Locale locale, String flavor)

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

Implementation

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