gTranslator function

dynamic gTranslator(
  1. String str
)

Implementation

gTranslator(String str) {
  return tr(str);
}