pause method

void pause(
  1. String playerId
)

Implementation

void pause(String playerId) {
  throw UnimplementedError('pause() has not been implemented.');
}