getParsedMessageFiles method
Implementation
Future<List<MessagesWithMetadata>> getParsedMessageFiles() async =>
buildStep.findAssets(Glob('**.arb')).asyncMap(parseMessageFile).toList();
Future<List<MessagesWithMetadata>> getParsedMessageFiles() async =>
buildStep.findAssets(Glob('**.arb')).asyncMap(parseMessageFile).toList();