tableList method
List all table names in a database. The result is a list of strings.
Implementation
TableList tableList() => TableList();
List all table names in a database. The result is a list of strings.
TableList tableList() => TableList();