ChatUIKitProviderProfileHandler typedef
ChatUIKitProviderProfileHandler =
List<ChatUIKitProfile> ? Function(List<ChatUIKitProfile> profiles)
用户信息回调,入参为需要提供信息的 profile 列表,返回值为提供信息后的 profile 列表,如果返回值为空,当再次需要展示是仍会回调。
Implementation
typedef ChatUIKitProviderProfileHandler = List<ChatUIKitProfile>? Function(
List<ChatUIKitProfile> profiles,
);