Skip to content

Commit

Permalink
Update userModel.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
nghia-t-nguyen committed Feb 27, 2023
1 parent dcb166a commit f18e365
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/lib/models/userModel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class User {
User({required this.name, required this.about, required this.imagePath});

void saveData() {}
void writeData() {}
void loadData() {}
}

Expand Down

0 comments on commit f18e365

Please sign in to comment.