shareWith method
Implementation
Future<EncryptedMaintenanceTask> shareWith(String delegateId, EncryptedMaintenanceTask maintenanceTask, { MaintenanceTaskShareOptions? options }) async {
return await CardinalSdkPlatformInterface.instance.apis.maintenanceTask.encrypted.shareWith(
_sdkId,
delegateId,
maintenanceTask,
options,
);
}