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

nativeMain.com.slack.circuit.foundation.internal.BackHandler.native.kt Maven / Gradle / Ivy

The newest version!
// Copyright (C) 2023 Slack Technologies, LLC
// SPDX-License-Identifier: Apache-2.0
package com.slack.circuit.foundation.internal

import androidx.compose.runtime.Composable

@Composable
public actual fun BackHandler(enabled: Boolean, onBack: () -> Unit) {
  // No-op
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy