reverse static method

Implementation

static Future<Either<Failure, VietmapReverseModel>> reverse(LatLng location) {
  return GetLocationFromLatLngUseCase(getVietmapApiRepositories())
      .call(LatLng(location.latitude, location.longitude));
}