getPinnedEvents abstract method
Gets all pinned events for a conversation (one-shot, not a stream).
Implementation
Future<List<PinnedEvent>> getPinnedEvents(String conversationId);
Gets all pinned events for a conversation (one-shot, not a stream).
Future<List<PinnedEvent>> getPinnedEvents(String conversationId);