kemApiV3KohleradminDealerUsersUpdatestatusPost method

Future<Response> kemApiV3KohleradminDealerUsersUpdatestatusPost({
  1. required List<String>? body,
})

Implementation

Future<chopper.Response> kemApiV3KohleradminDealerUsersUpdatestatusPost(
    {required List<String>? body}) {
  return _kemApiV3KohleradminDealerUsersUpdatestatusPost(body: body);
}