getSupplyWidth method

Future<double?> getSupplyWidth()

getSupplyWidth() returns a String representing the width of the supply installed in the connected printer.

Implementation

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