Future<bool> isPrinterAvailable(String ipAddress) async { return await ZebraDataWedgePlatform.instance.isPrinterAvailable(ipAddress); }