reverseIndex method

  1. @override
void reverseIndex()
override

Implementation

@override
void reverseIndex() {
  _buffer.reverseIndex();
}