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