identifyWait abstract method

Future<void> identifyWait(
  1. Conn conn
)

IdentifyWait triggers an identify (if the connection has not already been identified) and returns a future that completes when the identify protocol completes.

Implementation

Future<void> identifyWait(Conn conn);