categoriesGet abstract method

  1. @Post(path: '/categories/get')
Future<Response<CategoriesGetResponse>> categoriesGet({
  1. @Body() @required CategoriesGetRequest? body,
})

Get Categories @param body

Implementation

@Post(path: '/categories/get')
Future<chopper.Response<CategoriesGetResponse>> categoriesGet(
    {@Body() @required CategoriesGetRequest? body});