isPrinterAvailable method

Future<bool> isPrinterAvailable(
  1. String ipAddress
)

Implementation

Future<bool> isPrinterAvailable(String ipAddress) {
  throw UnimplementedError("isPrinterAvailable() Method is Not Implemented");
}