getChat property

FutureOr<RxChat?> Function(ChatId id)? getChat
getter/setter pair

Callback, called when a RxChat with the provided ChatId is required by this UserRepository.

Used to populate the RxUser.dialog values.

Implementation

FutureOr<RxChat?> Function(ChatId id)? getChat;