Asynchronously removes all elements.
@override Future<void> clear() async { return Future<void>(() => throw UnsupportedError('Unmodifiable operation')); }