getCategories method

Future<Response> getCategories([
  1. FormatLangOptions? options
])

Implementation

Future<http.Response> getCategories([FormatLangOptions? options]) async {
  return _makeApiCall("categories", options);
}