userKeyfieldnamesGet method

Future<Response> userKeyfieldnamesGet()

Get an array of primary key field names

Implementation

Future<chopper.Response> userKeyfieldnamesGet() {
  return _userKeyfieldnamesGet();
}