bluetoothBatteryInfo method

Future<String> bluetoothBatteryInfo()

get Battery Info from connected device

Implementation

Future<String> bluetoothBatteryInfo() {
  throw UnimplementedError(
      'bluetoothBatteryInfo() has not been implemented.');
}