createKeyPairUpdateNotificationsToAllDelegationCounterparts method

Future<void> createKeyPairUpdateNotificationsToAllDelegationCounterparts(
  1. SpkiHexString key, {
  2. Set<DataOwnerType>? requestToOwnerTypes,
})

Implementation

Future<void> createKeyPairUpdateNotificationsToAllDelegationCounterparts(SpkiHexString key, { Set<DataOwnerType>? requestToOwnerTypes }) async {
	return await CardinalSdkPlatformInterface.instance.apis.cardinalMaintenanceTask.createKeyPairUpdateNotificationsToAllDelegationCounterparts(
		_sdkId,
		key,
		requestToOwnerTypes,
	);
}