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) {
throw UnimplementedError(
'setDistanceToTriggerSync is not implemented on the current platform');
}