Future<void> sendImageAttachment({required File file}) async { await _repository.sendMessageImage(file); }