ShspHandshakeHandlerOptions constructor

const ShspHandshakeHandlerOptions({
  1. int timeoutMs = 5000,
  2. int intervalOfSendingHandshakeMs = 500,
})

Implementation

const ShspHandshakeHandlerOptions(
    {this.timeoutMs = 5000, this.intervalOfSendingHandshakeMs = 500});