openPort abstract method

Future<void> openPort(
  1. String portPath
)

Low level method for opening the Z-Wave port. Clients should call open which calls this method.

Implementation

Future<void> openPort(String portPath);