getChat property
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;
Callback, called when a RxChat with the provided ChatId is required by this UserRepository.
Used to populate the RxUser.dialog values.
FutureOr<RxChat?> Function(ChatId id)? getChat;