Future<bool> printerLabel(String ipAddress, String label) async { return await ZebraDataWedgePlatform.instance.printLabel(ipAddress, label); }