destroyPlayer method

Future<void> destroyPlayer(
  1. String playerReference
)

Implementation

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