openEthernetPort method

Future<bool> openEthernetPort(
  1. String ipAddress,
  2. String port
)

Implementation

Future<bool> openEthernetPort(String ipAddress, String port) {
  throw UnimplementedError('openEthernetPort() has not been implemented.');
}