t method
Implementation
String t(
String key, {
List<String>? fallbackKeys,
String? defaultValue,
Map<String, dynamic>? params,
int? count,
}) =>
I18Next.t(
this,
key,
fallbackKeys: fallbackKeys,
defaultValue: defaultValue,
params: params,
count: count,
);