dispose method

void dispose()

Disposes the native controls associated with the Player.

Implementation

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