single abstract method

Future<Paginated<ChatItemId, Rx<ChatItem>>?> single(
  1. ChatItemId item
)

Fetches a single ChatItem in the Paginated page identified by the provided id.

Implementation

Future<Paginated<ChatItemId, Rx<ChatItem>>?> single(ChatItemId item);