getSupplyHeight method

Future<double?> getSupplyHeight()

getSupplyHeight() returns a String representing the height of the supply installed in the connected printer.

Implementation

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