getCategories method
get categories
Implementation
Future getCategories() async {
var apiResponse = await post("/merchant/categories", {});
return apiResponse;
}
get categories
Future getCategories() async {
var apiResponse = await post("/merchant/categories", {});
return apiResponse;
}