onSessionUpdate property

StreamController<List<NIMSession>> onSessionUpdate
final

Implementation

final StreamController<List<NIMSession>> onSessionUpdate =
    StreamController<List<NIMSession>>.broadcast();