getItem property
final
      Callback, called when a reactive ChatItem identified by the provided ChatItemId is required.
Implementation
final FutureOr<Rx<ChatItem>?> Function(ChatItemId itemId)? getItem;
Callback, called when a reactive ChatItem identified by the provided ChatItemId is required.
final FutureOr<Rx<ChatItem>?> Function(ChatItemId itemId)? getItem;