clear method

void clear()

Clears the native controls associated with the Player.

Implementation

void clear() {
  LWM.bindings.PlayerNativeControlsClear(
    id,
  );
}