customerKeyfieldnamesGet method

Future<Response> customerKeyfieldnamesGet()

Get an array of primary key field names

Implementation

Future<chopper.Response> customerKeyfieldnamesGet() {
  return _customerKeyfieldnamesGet();
}