tryNavigateFrom method

Iterable<Destination>? tryNavigateFrom(
  1. Destination current
)

Try to build the destination chain from a certain location

Return null if current destination can't be pushed onto current destination

Implementation

Iterable<Destination>? tryNavigateFrom(Destination current) => null;