getSupplyRemainingPercentage method

Future<int?> getSupplyRemainingPercentage()

getSupplyRemainingPercentage() returns a String representing the percentage of supply remaining in the connected printer

Implementation

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