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