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