getTimeTables method
Implementation
Future<List<EncryptedTimeTable>> getTimeTables(List<String> timeTableIds) async {
return await CardinalSdkPlatformInterface.instance.apis.timeTable.encrypted.getTimeTables(
_sdkId,
timeTableIds,
);
}
Future<List<EncryptedTimeTable>> getTimeTables(List<String> timeTableIds) async {
return await CardinalSdkPlatformInterface.instance.apis.timeTable.encrypted.getTimeTables(
_sdkId,
timeTableIds,
);
}