translate method

String translate({
  1. AFWidgetID? wid,
  2. Object? text,
})

Implementation

String translate({ AFWidgetID? wid, Object? text }) {
  return area.translate(wid: wid, text: text, locale: deviceLocale);
}