setDistanceToTriggerSync method

Future<void> setDistanceToTriggerSync(
  1. int distanceToTriggerSync
)

Set the distance to trigger a sync in dips.

Officially Supported Platforms/Implementations:

Implementation

Future<void> setDistanceToTriggerSync(int distanceToTriggerSync) {
  throw UnimplementedError(
      'setDistanceToTriggerSync is not implemented on the current platform');
}