reverseAll method

void reverseAll()

反选

Implementation

void reverseAll() {
  _state?._reverseAll();
}