0 purchases
datoit translate
##datoit_translate
使用方法
var response = await Dio().get('https://flui.datoit.com/design/page/modernmt/list');
var source = response.data;
source['data'] = await Modernmt(apiKey,'zh','en').translateList(source['data']);
print(source);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.