diff --git a/bin/main.dart b/bin/main.dart index 2189b62..c4ca45f 100644 --- a/bin/main.dart +++ b/bin/main.dart @@ -281,7 +281,7 @@ Future _translateGoogleTest( /// [langStringMap] is a map of a language to /// [toTranslateMap] is a map of to List> - strings to translate /// -void _batchTranslate( +Future _batchTranslate( Map> langStringMap, Map, List> toTranslateMap, Map options) async {