supportsRollbackOnFailure property
If rollback on failure is supported.
Implementation
bool get supportsRollbackOnFailure {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_SyncCapabilities_getSupportsRollbackOnFailure(
_handle,
errorHandler,
);
});
}