pullToRefreshController property

  1. @override
AndroidPullToRefreshController? pullToRefreshController
final

Represents the pull-to-refresh feature controller.

NOTE for Android: to be able to use the "pull-to-refresh" feature, InAppWebViewSettings.useHybridComposition must be true.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS

Implementation

@override
final AndroidPullToRefreshController? pullToRefreshController;