getPinnedEvents abstract method

Future<List<PinnedEvent>> getPinnedEvents(
  1. String conversationId
)

Gets all pinned events for a conversation (one-shot, not a stream).

Implementation

Future<List<PinnedEvent>> getPinnedEvents(String conversationId);