of abstract method

I18N of(
  1. BuildContext context, {
  2. bool defaultToGlobal = false,
})

Obtain the current translation using inherited.

Implementation

I18N of(
  BuildContext context, {
  bool defaultToGlobal = false,
});