tableNames method

Future<List<Map<String, dynamic>>> tableNames()

Return a list of data tables in the Database

Implementation

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