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