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