removeLast abstract method

dynamic removeLast()

Removes the last element from the set

Sync CollectiveList returns the removed element Async CollectiveList returns Future<E> if the element was removed

Implementation

removeLast();