setMaxHardwareResolution method

void setMaxHardwareResolution(
  1. num width,
  2. num height
)

Implementation

void setMaxHardwareResolution(num width, num height) =>
    _player.setMaxHardwareResolution(width, height);