categoriesGetPost abstract method
- @Post.new(path: '/categories/get')
- @Body.new() required CategoriesGetRequest? body,
Get Categories
Implementation
@Post(path: '/categories/get')
Future<chopper.Response<CategoriesGetResponse>> categoriesGetPost(
{@Body() required CategoriesGetRequest? body});