getBatteryInfo method

Future<BatteryInfo?> getBatteryInfo()

Retrieves battery information.

Implementation

Future<BatteryInfo?> getBatteryInfo() {
  throw UnimplementedError('getBatteryInfo() has not been implemented.');
}