pullToRefreshController property

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform(), IOSPlatform()])
PlatformPullToRefreshController? get pullToRefreshController

Represents the pull-to-refresh feature controller.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView

Use the PlatformInAppBrowser.isPropertySupported method to check if this property is supported at runtime.

Implementation

@SupportedPlatforms(platforms: [AndroidPlatform(), IOSPlatform()])
PlatformPullToRefreshController? get pullToRefreshController =>
    params.pullToRefreshController;