openPortForWindows method

Future<bool> openPortForWindows(
  1. String portName
)

Implementation

Future<bool> openPortForWindows(String portName) {
  throw UnimplementedError('openPortForWindows() has not been implemented.');
}