main function

dynamic main()

Implementation

main() async {
  String result = await FreeGoogleTranslationSpell().translate("hello world",to: "ko");
  print(result);
}