SetWindowMaxSize method

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

Implementation

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