SetWindowPosition method

  1. @override
void SetWindowPosition(
  1. int x,
  2. int y
)
override

Set window position on screen

Implementation

@override
void SetWindowPosition(
  int x,
  int y,
) => _ffi.SetWindowPosition(
  x,
  y,
);