getSupplyName method

Future<String?> getSupplyName()

getSupplyName() returns a String representing the supply installed in the connected printer.

Implementation

Future<String?> getSupplyName() async {
  return await BradyFlutterPluginPlatform.instance.getSupplyName();
}