removeAt abstract method

Future<void> removeAt(
  1. int index
)

Removes the queued item at index.

Implementation

Future<void> removeAt(int index);