dispose abstract method

Future<void> dispose(
  1. String playerId
)

Dispose the player instance with the given playerId.

Implementation

Future<void> dispose(String playerId);