onMySessionUpdate property Null safety

Stream<RecentSession> onMySessionUpdate

Listen to conversation updates (conversation service).

Implementation

Stream<RecentSession> get onMySessionUpdate =>
    MessageServicePlatform.instance.onMySessionUpdate.stream;