buildAlertWithInput
fun BaseAlertPresenter.Builder.buildAlertWithInput(coroutineScope: CoroutineScope, logger: Logger = RestrictedLogger(RestrictedLogLevel.None), initialize: Alert.Builder.() -> Unit): BaseAlertPresenter
Builds a BaseAlertPresenter of type Alert.Style.TEXT_INPUT using DSL syntax (thread safe)
Return
The built BaseAlertPresenter