onEventNotified property

Stream<NIMChatroomEvent> onEventNotified

聊天室事件流

NIMChatroomStatusEvent 聊天室状态事件

NIMChatroomKickOutEvent 聊天室离开事件

Implementation

Stream<NIMChatroomEvent> get onEventNotified {
  return _platform.onEventNotified;
}