tableColumns method

Future<List<Map<String, dynamic>>> tableColumns(
  1. String table
)

Return the field names of the specified data table

Implementation

Future<List<Map<String, dynamic>>> tableColumns(String table) {
  throw UnimplementedError();
}