getSupplyName() returns a String representing the supply installed in the connected printer.
Future<String?> getSupplyName() async { return await BradyFlutterPluginPlatform.instance.getSupplyName(); }