I see AntPlus.Device has getBatteryStatus(identifier) method in api documentation.
But when I follow the example, I get an error.
Error: Symbol Not Found Error
Details: Could not find symbol 'getBatteryStatus'
I found that the subclass of device has lightnetwork, so i use.
var batteryStatus = mLightNetwork.getBatteryStatus(null);
But batteryStatus always null.