start method

Future<void> start(
  1. String playerId
)

Implementation

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