ChatProfileProvider typedef

ChatProfileProvider = Future<ChatProfileInfo?> Function(BaseChannel channel, {Message? message})

Resolves display profile data for a user in a channel.

Implementation

typedef ChatProfileProvider =
    Future<ChatProfileInfo?> Function(BaseChannel channel, {Message? message});