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