call method

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

Implementation

@override
Future<Either<IFailure, LocationEntity>> call(NoParams params) async =>
    _iCurrentLocationRepository.getCurrentLocation();