count method

Future<int> count()

Implementation

Future<int> count() async => (await _read()).length;