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