iosMain.com.slack.circuit.retained.CanRetainChecker.ios.kt Maven / Gradle / Ivy
// Copyright (C) 2023 Slack Technologies, LLC
// SPDX-License-Identifier: Apache-2.0
package com.slack.circuit.retained
import androidx.compose.runtime.Composable
/** Checks whether or not we can retain in the current composable context. */
@Composable
public actual fun rememberCanRetainChecker(): CanRetainChecker {
return CanRetainChecker.Always
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy