delegate constant

The LocalizationsDelegate for CallKit localizations.

This delegate can be used in MaterialApp's localizationsDelegates list to enable CallKit localization support.

See also:

Implementation

static const LocalizationsDelegate<CallKitClientLocalizations> delegate =
    CallKitClientLocalizations.delegate;