queryAll abstract method

Future<List<T>> queryAll([
  1. String? tableName
])
inherited

查询该表的所有数据

Implementation

Future<List<T>> queryAll([String? tableName]);