pluginKeyfieldnamesGet method

Future<Response> pluginKeyfieldnamesGet()

Get an array of primary key field names

Implementation

Future<chopper.Response> pluginKeyfieldnamesGet() {
  return _pluginKeyfieldnamesGet();
}