call method

Future<Either<Failure, UserProfile>> call()

Implementation

Future<Either<Failure, UserProfile>> call() {
  return repository.getUserProfile();
}