supportsRegisteringExistingData property

bool supportsRegisteringExistingData

True if registering existing data is supported.

Implementation

bool get supportsRegisteringExistingData {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_SyncCapabilities_getSupportsRegisteringExistingData(
        _handle, errorHandler);
  });
}