createPlatformPullToRefreshControllerStatic method

PlatformPullToRefreshController createPlatformPullToRefreshControllerStatic()

Creates a new empty PlatformPullToRefreshController to access static methods.

This function should only be called by the app-facing package. Look at using PullToRefreshController in flutter_inappwebview_forge instead.

Implementation

PlatformPullToRefreshController
createPlatformPullToRefreshControllerStatic() {
  throw UnimplementedError(
    'createPlatformPullToRefreshControllerStatic is not implemented on the current platform.',
  );
}