This file contains hidden or 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
rank,title | |
1,The Shawshank Redemption | |
8,Pulp Fiction | |
13,Forrest Gump | |
44,Léon: The Professional | |
45,The Lion King |
This file contains hidden or 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
rank | title | |
---|---|---|
6 | 12 Angry Men | |
84 | Witness for the Prosecution | |
85 | Paths of Glory | |
188 | Wild Strawberries | |
189 | The Seventh Seal |
This file contains hidden or 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
class FileStorage { | |
Future<bool> doesUserHavePreviousID() async { | |
/// If you need to test your code that runs when an existing | |
/// user IS FOUND then uncomment the lines below | |
/*oldUserID = 167081; | |
Init.gotUserID = true; // static int where userID is stored if found. | |
return true;*/ | |
NewerOlder