kemApiV3KohleradminDealerOrgIdResendInvitePost method

Future<Response> kemApiV3KohleradminDealerOrgIdResendInvitePost({
  1. required int? id,
})

@param id

Implementation

Future<chopper.Response> kemApiV3KohleradminDealerOrgIdResendInvitePost(
    {required int? id}) {
  return _kemApiV3KohleradminDealerOrgIdResendInvitePost(id: id);
}