getSupplyHeight method
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();
}