getSupplyName method

Future<String?> getSupplyName()

getSupplyName() returns a String representing the supply installed in the connected printer.

Implementation

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