start method

void start(
  1. int listIndex
)

Implementation

void start(int listIndex){
  _player.start(listIndex);
}