Allow constructor

const Allow({
  1. OnEnterThenCallback? then,
})

Creates an Allow result with an optional then callback executed after navigation completes.

Implementation

const Allow({super.then});