scroll method
Scrolls this element in x and/or y direction by pixels.
ScrollOptions is currently not supported. https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll
Implementation
@override
Future<void> scroll({int? x, int? y}) =>
throw NullPageLoaderElementAccessException('scroll', this);