supportsSync property

bool supportsSync

True if the service allows features to be synchronized, false otherwise.

Implementation

bool get supportsSync {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_FeatureServiceCapabilities_getSupportsSync(
      _handle,
      errorHandler,
    );
  });
}