applyKeyPairUpdate method
Implementation
Future<void> applyKeyPairUpdate(KeyPairUpdateNotification updateRequest) async {
return await CardinalSdkPlatformInterface.instance.apis.cardinalMaintenanceTask.applyKeyPairUpdate(
_sdkId,
updateRequest,
);
}