Returns a RxChat by the provided id.
id
FutureOr<RxChat?> get(ChatId id) { Log.debug('get($id)', '$runtimeType'); return _chatRepository.get(id); }