setEnableIMEPersonalizedLearning method
Implementation
void setEnableIMEPersonalizedLearning(bool value) {
onNotifyWithCallback(() => enableIMEPersonalizedLearning = value);
}
void setEnableIMEPersonalizedLearning(bool value) {
onNotifyWithCallback(() => enableIMEPersonalizedLearning = value);
}