setTextToSpeechEnabled method
from: public final void setTextToSpeechEnabled(boolean z)
Implementation
void setTextToSpeechEnabled(
bool z,
) {
_setTextToSpeechEnabled(
reference.pointer,
_id_setTextToSpeechEnabled as jni$_.JMethodIDPtr,
z ? 1 : 0,
).check();
}