createPlatformPullToRefreshController method

PlatformPullToRefreshController createPlatformPullToRefreshController(
  1. PlatformPullToRefreshControllerCreationParams params
)

Creates a new PlatformPullToRefreshController.

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

Implementation

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