supportsSyncModelGeodatabase property
If per replica synchronization is supported.
Implementation
bool get supportsSyncModelGeodatabase {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_SyncCapabilities_getSupportsSyncModelGeodatabase(
_handle,
errorHandler,
);
});
}