Last active
September 26, 2022 17:35
-
-
Save haashem/86bdf3685442a45066db0bdc090d1a35 to your computer and use it in GitHub Desktop.
Apple ID dashboard routes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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