supportsSyncDirectionControl property

bool supportsSyncDirectionControl

If synchronization direction control is supported.

Implementation

bool get supportsSyncDirectionControl {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_SyncCapabilities_getSupportsSyncDirectionControl(
        _handle, errorHandler);
  });
}