applyKeyPairUpdate method

Future<void> applyKeyPairUpdate(
  1. KeyPairUpdateNotification updateRequest
)

Implementation

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