reverse method

void reverse()

Implementation

void reverse() {
  _controller.reverse();
}