supportsAttachmentsSyncDirection property
True if the service supports options to define how attachments will be synced.
Implementation
bool get supportsAttachmentsSyncDirection {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore
.RT_SyncCapabilities_getSupportsAttachmentsSyncDirection(
_handle, errorHandler);
});
}