count abstract method

Future<int?> count([
  1. String column = '*'
])

count count of all num column

Implementation

Future<int?> count([String column = '*']);