onEventNotified property Null safety
The chatroom event stream
NIMChatroomStatusEvent The event triggered when the chatroom status changes
NIMChatroomKickOutEvent The event triggered when any member leaves the chatroom
Implementation
Stream<NIMChatroomEvent> get onEventNotified {
  return _platform.onEventNotified;
}