count method
Count records.
Implementation
Future<int> count(SdbClient client, {SdbBoundaries<I>? boundaries}) =>
impl.countImpl(client, boundaries: boundaries);
Count records.
Future<int> count(SdbClient client, {SdbBoundaries<I>? boundaries}) =>
impl.countImpl(client, boundaries: boundaries);