scrollTo method
Not implemented on Linux. Will be supported in the future.
See WebViewController.scrollTo
or WebViewPlatformController.scrollTo
for the original descriptions.
TODO(Ino): implement scrollTo
Implementation
@override
Future<void> scrollTo(int x, int y) {
throw UnimplementedError(
'WebView scrollTo is not implemented on the current platform');
}