init static method
Implementation
@Deprecated('Use the function, initAsync, instead of init')
static Future<bool?> init({
String? csv,
Map<String, Map<String, String>>? map,
}) =>
I10n.initAsync(csv: csv, map: map);
@Deprecated('Use the function, initAsync, instead of init')
static Future<bool?> init({
String? csv,
Map<String, Map<String, String>>? map,
}) =>
I10n.initAsync(csv: csv, map: map);