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