delegate constant
The LocalizationsDelegate for CallKit localizations.
This delegate can be used in MaterialApp's localizationsDelegates list
to enable CallKit localization support.
See also:
- CallKitClientLocalizations.delegate, the underlying delegate
Implementation
static const LocalizationsDelegate<CallKitClientLocalizations> delegate =
CallKitClientLocalizations.delegate;