dispose method

void dispose()

Disposes the Player instance & releases the resources.

Implementation

void dispose() {
  LWM.bindings.PlayerDispose(
    id,
  );
}