net / com.drake.net.utils / androidx.fragment.app.Fragment / scopeDialog
scopeDialog¶
fun Fragment.scopeDialog(dialog:
Dialog
? = null, cancelable:
Boolean
= true, dispatcher: CoroutineDispatcher = Dispatchers.Main, block: suspend CoroutineScope.() ->
Unit
):
NetCoroutineScope