Connects to a printer over Ethernet using the provided ip address.
ip
Example: await connectEthernet("192.168.0.100");
Future<void> connectEthernet(String ip);