removeAtEmit abstract method

T? removeAtEmit(
  1. int index
)

Removes an item at the specified index. Returns the removed item, or null if index is out of bounds.

Implementation

T? removeAtEmit(int index);