onSessionIdReceived property
A callback that is invoked when the session id is received. This is useful to track the user's session. The session id is a unique identifier for the user's session.
Implementation
final void Function(String sessionId)? onSessionIdReceived;