kemproApiV2HomeownerHomesPost method
- required List<
HomeAdditionV2Body> ? body,
Add the list of homes to the currently logged-in user's account
Implementation
Future<chopper.Response> kemproApiV2HomeownerHomesPost(
{required List<HomeAdditionV2Body>? body}) {
return _kemproApiV2HomeownerHomesPost(body: body);
}