removeFirst method

T? removeFirst()

Implementation

T? removeFirst() {
  return removeAt(0);
}