stop method

Future<void> stop(
  1. String playerId
)

Implementation

Future<void> stop(String playerId) {
  throw UnimplementedError('stop() has not been implemented.');
}