MavericksViewModelConfigFactory

fun MavericksViewModelConfigFactory(context: Context, contextOverride: CoroutineContext = EmptyCoroutineContext, storeContextOverride: CoroutineContext = EmptyCoroutineContext)

Sets debugMode depending on whether the app was built with the Debuggable flag enabled.

fun MavericksViewModelConfigFactory(debugMode: Boolean, contextOverride: CoroutineContext = EmptyCoroutineContext, storeContextOverride: CoroutineContext = EmptyCoroutineContext, subscriptionCoroutineContextOverride: CoroutineContext = EmptyCoroutineContext)