dispose method

void dispose()

Releases resources held by the player.

Throws UnimplementedError if not implemented by the platform.

Implementation

void dispose() {
  throw UnimplementedError('dispose failed.');
}