getItem property

FutureOr<Rx<ChatItem>?> Function(ChatItemId itemId)? getItem
final

Callback, called when a reactive ChatItem with relevant information about call identified by the provided ChatItemId is required.

Implementation

final FutureOr<Rx<ChatItem>?> Function(ChatItemId itemId)? getItem;