Removes the item at index.
index
@override /// Removes the item at [index]. Future<void> removeAt(int index) { _q.removeAt(index); return Future.value(); }