removeAtEmit abstract method
Removes an item at the specified index. Returns the removed item, or null if index is out of bounds.
Implementation
T? removeAtEmit(int index);
Removes an item at the specified index. Returns the removed item, or null if index is out of bounds.
T? removeAtEmit(int index);