freightpoppluginLocationsGet method

Future<Response<List<WebApiModulesPluginsFreightPopFreightPopPluginLocation>>> freightpoppluginLocationsGet()

Implementation

Future<
  chopper.Response<
    List<WebApiModulesPluginsFreightPopFreightPopPluginLocation>
  >
>
freightpoppluginLocationsGet() {
  generatedMapping.putIfAbsent(
    WebApiModulesPluginsFreightPopFreightPopPluginLocation,
    () => WebApiModulesPluginsFreightPopFreightPopPluginLocation
        .fromJsonFactory,
  );

  return _freightpoppluginLocationsGet();
}