call method
Use of instead
Implementation
@override
Injected<I18N> call(
BuildContext context, {
bool defaultToGlobal = false,
}) {
throw Exception(
'Use of(context) method instead',
);
}
Use of instead
@override
Injected<I18N> call(
BuildContext context, {
bool defaultToGlobal = false,
}) {
throw Exception(
'Use of(context) method instead',
);
}