listTables method

FutureOr<List<String>> listTables()

List the database tables names.

Implementation

FutureOr<List<String>> listTables() =>
    throw UnsupportedError("`listTables` not implemented");