ChessnutCommunicationClient constructor
ChessnutCommunicationClient(
- ChessnutCommunicationType type,
- Future<
void> send(), { - bool waitForAck = false,
- Duration ackTimeout = const Duration(seconds: 1),
Implementation
ChessnutCommunicationClient(this.type, this.send, { this.waitForAck = false, this.ackTimeout = const Duration(seconds: 1) });