containsRecord
open override fun containsRecord(record: SaveableBackStack.Record, includeSaved: Boolean): Boolean(source)
Whether the back stack contains the given record.
Parameters
includeSaved
Whether to also check if the record is contained by any saved back stack state. See saveState.