SetWindowSize method

String SetWindowSize(
  1. num width,
  2. num height
)

Implementation

String SetWindowSize(
  num width,
  num height,
) => 'SetWindowSize($width, $height)';