call method

Implementation

Future<SecurityResult<bool>> call() {
  return _repository.isAppIntegrityValid();
}