TranslationLanguageSetOptions constructor
TranslationLanguageSetOptions({
- required TranslationLanguageSetData data,
- void updateMySpokenLanguage()?,
- void updateMySpokenLanguageEnabled()?,
- ShowAlert? showAlert,
Implementation
TranslationLanguageSetOptions({
required this.data,
this.updateMySpokenLanguage,
this.updateMySpokenLanguageEnabled,
this.showAlert,
});