Async removes element from the list.
element
@override Future<bool> remove(Object? element) async { return Future<bool>(() => _collective.remove(element)); }