stop method

void stop(
  1. String id
)

Implementation

void stop(String id) {
  players[id]?.stop();
}