restorePosition method

void restorePosition(
  1. int position
)

Implementation

void restorePosition(int position) {
  _position = position;
}