getDelegate static method

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

Implementation

static LocalizationsDelegate<InventoryLocalization> getDelegate(
        Future<dynamic> localizedStrings, List<dynamic> languages) =>
    InventoryLocalizationDelegate(localizedStrings, languages);