onConversationCreated property

  1. @HawkApi(ignore: true)
Stream<NIMConversation> onConversationCreated

会话创建

Implementation

@HawkApi(ignore: true)
Stream<NIMConversation> get onConversationCreated =>
    _platform.onConversationCreated;