count method

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

Return the count of all created windows.

Implementation

@override
Future<int> count() async => throw UnimplementedError();