Mavericks View Model Config Factory
fun MavericksViewModelConfigFactory(context: Context, contextOverride: CoroutineContext = EmptyCoroutineContext, storeContextOverride: CoroutineContext = EmptyCoroutineContext)
Content copied to clipboard
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)
Content copied to clipboard