categoryKeyfieldnamesGet method

Future<Response> categoryKeyfieldnamesGet()

Get an array of primary key field names

Implementation

Future<chopper.Response> categoryKeyfieldnamesGet() {
  return _categoryKeyfieldnamesGet();
}