nextConnectionId method

String nextConnectionId()

Generates an ID not used by an active or pending state.

Implementation

String nextConnectionId() => _generateConnectionId(reserve: false);