getSupplyWidth method

Future<double?> getSupplyWidth()

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

Implementation

Future<double?> getSupplyWidth() async {
  return await BradyFlutterPluginPlatform.instance.getSupplyWidth();
}