queryCount abstract method

Future<int> queryCount([
  1. String? tableName
])
inherited

查询该表的总数

Implementation

Future<int> queryCount([String? tableName]);