getContact property

FutureOr<RxChatContact?> Function(ChatContactId id)? getContact
getter/setter pair

Callback, called when a RxChatContact with the provided ChatContactId is required by this UserRepository.

Used to populate the RxUser.contact value.

Implementation

FutureOr<RxChatContact?> Function(ChatContactId id)? getContact;