itemImportPost abstract method
- @Post.new(path: '/item/import')
- @Body.new() required ItemImportRequest? body,
Import Item
Implementation
@Post(path: '/item/import')
Future<chopper.Response<ItemImportResponse>> itemImportPost(
{@Body() required ItemImportRequest? body});