teamuppluginLocationsGet method

Future<Response<List<WebApiModulesPluginsTeamupTeamupPluginLocation>>> teamuppluginLocationsGet()

Implementation

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

  return _teamuppluginLocationsGet();
}