onChangeLanguage property

void Function(String locale)? onChangeLanguage
final

Switch the conversation language. Null when the language switch is off.

Implementation

final void Function(String locale)? onChangeLanguage;