Future<void> scrollBy({ required int x, required int y, bool animated = false, }) async { jsWebView?.scrollBy(x.toJS, y.toJS, animated.toJS); }