addParameter

abstract fun addParameter(pair: Pair<String, String>)

Adds a pair of strings to a specific collection.

This function takes a pair of strings as a parameter and adds it to a specific collection. The collection can be a list, a map, or any other data structure that can store pairs of strings. The function does not return anything. The subclasses of this class should implement this method according to their own logic.

Parameters

pair

a pair of strings that represent a global parameter.