onMySessionUpdate property

StreamController<RecentSession> onMySessionUpdate
final

Implementation

final StreamController<RecentSession> onMySessionUpdate =
    StreamController<RecentSession>.broadcast();