getItem property

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

Callback, called when a reactive ChatItem identified by the provided ChatItemId is required.

Implementation

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