Skip to content

Instantly share code, notes, and snippets.

@haashem
Last active September 26, 2022 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haashem/86bdf3685442a45066db0bdc090d1a35 to your computer and use it in GitHub Desktop.
Save haashem/86bdf3685442a45066db0bdc090d1a35 to your computer and use it in GitHub Desktop.
Apple ID dashboard routes
enum Routes {
home(''),
signInAndSecurity('security'),
personalInformation('information'),
paymentMethods('payment'),
familySharing('family'),
devices('devices'),
privacy('privacy');
const Routes(this.value);
final String value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment