pageDown method
- @Deprecated("Use InAppWebViewController.pageDown instead")
- required bool bottom,
Use InAppWebViewController.pageDown instead.
Implementation
@Deprecated("Use InAppWebViewController.pageDown instead")
Future<bool> pageDown({required bool bottom}) async {
return await _controller?.pageDown(bottom: bottom) ?? false;
}