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