alertKeyfieldnamesGet method

Future<Response> alertKeyfieldnamesGet()

Get an array of primary key field names

Implementation

Future<chopper.Response> alertKeyfieldnamesGet() {
  return _alertKeyfieldnamesGet();
}