keyField method

Future<String?> keyField(
  1. String table
)

Return the primary key name from the specified data table

Implementation

Future<String?> keyField(String table) {
  throw UnimplementedError();
}