inhibitObserveMode

actual fun inhibitObserveMode()
expect fun inhibitObserveMode()

Inhibits observe mode.

This inhibits observe mode until uninhibitObserveMode is called.

Generally this should be called when on the screen where the user has selected a document. The rememberInhibitNfcObserveMode composable can be used to do this automatically.

actual fun inhibitObserveMode()