retainWhere method

  1. @override
void retainWhere(
  1. bool test(
    1. E
    )
)
override

Throws an UnsupportedError; operations that change the set are disallowed.

Implementation

@override
void retainWhere(bool Function(E) test) => _throw();