Asynchronously removes all elements.
@override Future<void> clear() async { return Future<void>(() => _collective.clear()); }