count abstract method

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

Implementation

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