withDefaultOverrides<T extends EnLocalizations> static method

GiphyGetUILocalizationDelegate<GiphyGetUILocalizationLabels> withDefaultOverrides<T extends EnLocalizations>(
  1. T overrides
)

Implementation

static GiphyGetUILocalizationDelegate
    withDefaultOverrides<T extends EnLocalizations>(T overrides) {
  return GiphyGetUILocalizationDelegate<T>(overrides);
}