scrollBy static method

void scrollBy(
  1. int x,
  2. int y
)

Scrolls the window by the given amounts. No-op on non-web.

Implementation

static void scrollBy(int x, int y) => impl.scrollBy(x, y);