getDelegate static method

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

Implementation

static LocalizationsDelegate<ReferralReconLocalization> getDelegate(
        Future<dynamic> localizedStrings, List<dynamic> languages) =>
    ReferralReconLocalizationDelegate(localizedStrings, languages);