setPosition method

void setPosition(
  1. int position
)

Implementation

void setPosition(int position) {
  _onSetPosition(position);
}