reserveConnectionId method
Atomically reserves a unique ID for an asynchronous connection factory.
Implementation
String reserveConnectionId() => _generateConnectionId(reserve: true);
Atomically reserves a unique ID for an asynchronous connection factory.
String reserveConnectionId() => _generateConnectionId(reserve: true);