call method

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

Implementation

Future<Either<Failure, ContractEntity>> call() async =>
    await contractRepository.getContractSource();