All Downloads are FREE. Search and download functionalities are using the official Maven repository.

iosMain.com.slack.circuit.retained.Continuity.ios.kt Maven / Gradle / Ivy

There is a newer version: 0.25.0
Show newest version
// Copyright (C) 2023 Slack Technologies, LLC
// SPDX-License-Identifier: Apache-2.0
package com.slack.circuit.retained

import androidx.compose.runtime.Composable

@Composable
public actual fun continuityRetainedStateRegistry(
  key: String,
  canRetainChecker: CanRetainChecker
): RetainedStateRegistry {
  return RetainedStateRegistryImpl(null)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy