callLocale method

T? callLocale(
  1. T? target,
  2. List<String> parameters,
  3. DOMContext? context
)

Implementation

T? callLocale(T? target, List<String> parameters, DOMContext? context) {
  throw UnimplementedError();
}