createPlatformPullToRefreshController method
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.');
}