call method

  1. @override
Future<Either<IFailure, String>> call(
  1. NoParams params
)
override

Implementation

@override
Future<Either<IFailure, String>> call(NoParams params) async =>
    _iCountryCodeRepository.getCountryCode();