getItem property
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;
Callback, called when a reactive ChatItem with relevant information about call identified by the provided ChatItemId is required.
final FutureOr<Rx<ChatItem>?> Function(ChatItemId itemId)? getItem;