count abstract method

Future<int> count([
  1. Object? keyOrRange
])

returns the total number of records that match the provided key or IDBKeyRange. If no arguments are provided, it returns the total number of records in the store.

Implementation

Future<int> count([Object? keyOrRange]);