getSupplyHeight method

Future<double?> getSupplyHeight()

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

Implementation

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