all constant

List<String> const all

Every registered route path, used by the redirect guard to distinguish a legitimately matched location from an unrecognised one.

Implementation

static const List<String> all = <String>[splash, jailbreak, login, home, onboarding];