connectEthernet abstract method

Future<void> connectEthernet(
  1. String ip
)

Connects to a printer over Ethernet using the provided ip address.

Example: await connectEthernet("192.168.0.100");

Implementation

Future<void> connectEthernet(String ip);