count method

  1. @override
Future<int?> count()
override

Counts the number of items.

Used in fetchAll.

Implementation

@override
Future<int?> count() async => _conversationIds!.length;