single abstract method
- ChatItemId item
Fetches a single ChatItem in the Paginated page identified by the provided id.
Implementation
Future<Paginated<ChatItemId, Rx<ChatItem>>?> single(ChatItemId item);
Fetches a single ChatItem in the Paginated page identified by the provided id.
Future<Paginated<ChatItemId, Rx<ChatItem>>?> single(ChatItemId item);