count abstract method

Future<int> count(
  1. String table
)

Conta registros de table.

Implementation

Future<int> count(String table);