getBatteryHealth method
from: public com.example.battery_ffi.BatteryHealth getBatteryHealth()
The returned object must be released after use, by calling the release method.
Implementation
BatteryHealth? getBatteryHealth() {
return _getBatteryHealth(
reference.pointer,
_id_getBatteryHealth as jni$_.JMethodIDPtr,
).object<BatteryHealth?>(const $BatteryHealth$NullableType$());
}