PlatformBackHandler

actual fun PlatformBackHandler(enabled: Boolean, onBack: () -> Unit)(source)

Intercepts the platform back gesture/button while enabled is true. No-op on platforms without a system back.

expect fun PlatformBackHandler(enabled: Boolean, onBack: () -> Unit)(source)

Intercepts the platform back gesture/button while enabled is true. No-op on platforms without a system back.

actual fun PlatformBackHandler(enabled: Boolean, onBack: () -> Unit)(source)

JVM no-op — Desktop has no system back gesture.