getEncryptionKeysOf method

Future<Set<HexString>> getEncryptionKeysOf(
  1. TimeTable timeTable
)

Implementation

Future<Set<HexString>> getEncryptionKeysOf(TimeTable timeTable) async {
	return await CardinalSdkPlatformInterface.instance.apis.timeTable.getEncryptionKeysOf(
		_sdkId,
		timeTable,
	);
}