Async removes the last element.
@override Future<void> removeLast() async { return Future<void>(() => _collective.removeLast()); }