onRoomKeyRequest property

CachedStreamController<RoomKeyRequest> onRoomKeyRequest
final

Will be called when another device is requesting session keys for a room.

Implementation

final CachedStreamController<RoomKeyRequest> onRoomKeyRequest =
    CachedStreamController();