applyAdditionalParams

abstract fun applyAdditionalParams(params: List<ExpoFpPlanParameter>, isSaved: Boolean = false)

New parameters will be applied immediately. If isSaved is true, they will also be stored in additionalParams.

Important: After reloading a plan all stored additionalParams will be applied. If you need to remove some parameters use removeAdditionalParams.