identifyConn abstract method

Future<void> identifyConn(
  1. Conn conn
)

IdentifyConn synchronously triggers an identify request on the connection and waits for it to complete. If the connection is being identified by another caller, this call will wait. If the connection has already been identified, it will return immediately.

Implementation

Future<void> identifyConn(Conn conn);