MessageInputMentionPicker typedef

MessageInputMentionPicker = FutureOr<MessageInputMentionCandidate?> Function(BuildContext context, BaseChannel channel)

Lets the host app provide a custom mention picker.

Implementation

typedef MessageInputMentionPicker =
    FutureOr<MessageInputMentionCandidate?> Function(
      BuildContext context,
      BaseChannel channel,
    );