createKeyPairUpdateNotificationTo method
Implementation
Future<void> createKeyPairUpdateNotificationTo(String dataOwnerId, SpkiHexString key) async {
return await CardinalSdkPlatformInterface.instance.apis.cardinalMaintenanceTask.createKeyPairUpdateNotificationTo(
_sdkId,
dataOwnerId,
key,
);
}