endRefreshing method

Future<void> endRefreshing()

Tells the controller that a refresh operation has ended.

Call this method at the end of any refresh operation (whether it was initiated programmatically or by the user) to return the refresh control to its default state. If the refresh control is at least partially visible, calling this method also hides it. If animations are also enabled, the control is hidden using an animation.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS

Implementation

Future<void> endRefreshing() => platform.endRefreshing();