create

fun create(writeopiaManager: WriteopiaManager, dispatcher: CoroutineDispatcher, documentRepository: DocumentRepository? = null, selectionState: StateFlow<Boolean> = MutableStateFlow(false), keyboardEventFlow: Flow<KeyboardEvent?> = MutableStateFlow(null), stepsNormalizer: UnitsNormalizationMap = StepsMapNormalizationBuilder.reduceNormalizations { defaultNormalizers() }, coroutineScope: CoroutineScope = CoroutineScope(EmptyCoroutineContext), backStackManager: SnapshotBackstackManager = SnapshotBackstackManager(), userId: suspend () -> String = { "no_user_id_provided" }): <Error class: unknown class>