drop method

void drop(
  1. int count
)

Implementation

void drop(int count) => _dropLeading(count);