setDistanceToTriggerSync method
Set the distance to trigger a sync in dips.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - SwipeRefreshLayout.setDistanceToTriggerSync)
Implementation
Future<void> setDistanceToTriggerSync(int distanceToTriggerSync) =>
platform.setDistanceToTriggerSync(distanceToTriggerSync);