getDelegate static method

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

Implementation

static LocalizationsDelegate<DashboardLocalization> getDelegate(
        Future<dynamic> localizedStrings, List<dynamic> languages) =>
    DashboardLocalizationDelegate(localizedStrings, languages);