historyPageBuilder property

Widget Function(String conversationId, NIMConversationType conversationType)? historyPageBuilder
final

面板模式下,历史记录页面的构建器。 参数:conversationId, conversationType

Implementation

final Widget Function(
  String conversationId,
  NIMConversationType conversationType,
)? historyPageBuilder;