ZwDriver constructor

ZwDriver(
  1. void _sendData(
    1. List<int> data
    ), {
  2. int? sendTimeoutMsForTesting,
})

Implementation

ZwDriver(this._sendData, {int? sendTimeoutMsForTesting})
    : sendTimeout = Duration(milliseconds: sendTimeoutMsForTesting ?? 1600);