getDelegate static method

LocalizationsDelegate<ComponentLocalization> getDelegate(
  1. Future localizedStrings,
  2. List languages
)

Implementation

static LocalizationsDelegate<ComponentLocalization> getDelegate(
    Future<dynamic> localizedStrings, List<dynamic> languages) =>
    ComponentLocalizationDelegate(localizedStrings, languages);