postItem method

Future<Response<BaseModel>> postItem(
  1. BaseModel item
)

Implementation

Future<Response<BaseModel>> postItem(BaseModel item) async =>
    await post('$itemUrl/', item);