PlatformPullToRefreshController.implementation constructor

  1. @protected
PlatformPullToRefreshController.implementation(
  1. PlatformPullToRefreshControllerCreationParams params
)

Used by the platform implementation to create a new PlatformPullToRefreshController.

Should only be used by platform implementations because they can't extend a class that only contains a factory constructor.

Implementation

@protected
PlatformPullToRefreshController.implementation(this.params)
    : super(token: _token);