setsurfacePost method
Future<Response<WebApiModulesSettingsSetSettingsSetSurfaceSetSurface> >
setsurfacePost({
- required WebApiModulesSettingsSetSettingsSetSurfaceSetSurface? body,
Implementation
Future<chopper.Response<WebApiModulesSettingsSetSettingsSetSurfaceSetSurface>>
setsurfacePost(
{required WebApiModulesSettingsSetSettingsSetSurfaceSetSurface?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsSetSettingsSetSurfaceSetSurface,
() => WebApiModulesSettingsSetSettingsSetSurfaceSetSurface
.fromJsonFactory);
return _setsurfacePost(body: body);
}