getTr static method

String getTr(
  1. String key
)

Implementation

static String getTr(String key) {
  return LocalStorage.getTranslation()?[key] ?? key;
}