SerialPort.fromAddress constructor

SerialPort.fromAddress(
  1. int address
)

@internal

Implementation

factory SerialPort.fromAddress(int address) =>
    _SerialPortImpl.fromAddress(address);