setBatteryLevel method

dynamic setBatteryLevel(
  1. int value
)

Implementation

setBatteryLevel(int value) {
  _batteryLevel = value;
}