track String
abstract fun trackString(feature: Feature, executor: Executor, tracker: (String) -> Unit): TrackerReference
Registers a string dynamic config tracker which will be invoked whenever the string dynamic config changes value.
Returns a tracker reference which can be used to un-register the tracker.