connectToGenericPrinter method
Implementation
void connectToGenericPrinter(String address) {
selectedAddress = address;
channel.invokeMethod("connectToGenericPrinter", {"Address": address});
}
void connectToGenericPrinter(String address) {
selectedAddress = address;
channel.invokeMethod("connectToGenericPrinter", {"Address": address});
}