decrypt method

Implementation

Future<DecryptedTimeTable> decrypt(EncryptedTimeTable timeTable) async {
	return await CardinalSdkPlatformInterface.instance.apis.timeTable.decrypt(
		_sdkId,
		timeTable,
	);
}