getTables abstract method

Future<List<TableName>> getTables({
  1. bool doOrder = false,
})

Get the list of table names, if necessary doOrder.

Implementation

Future<List<TableName>> getTables({bool doOrder = false});