fix : splash animation
feat : auth with password chore : app Architecture
This commit is contained in:
6
lib/domain/entity/user/user_entity.dart
Normal file
6
lib/domain/entity/user/user_entity.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
class UserEntity {
|
||||
String? token;
|
||||
String? refreshToken;
|
||||
|
||||
UserEntity({this.token, this.refreshToken});
|
||||
}
|
||||
Reference in New Issue
Block a user