onSessionKeyReceived property

CachedStreamController<String> onSessionKeyReceived
final

If there is a new session key received, this will be triggered with the session ID.

Implementation

final CachedStreamController<String> onSessionKeyReceived =
    CachedStreamController();