Add presentation layer for get Session

This commit is contained in:
dab246
2021-07-29 18:26:31 +07:00
committed by Dat H. Pham
parent 59da162655
commit 740859054a
19 changed files with 180 additions and 15 deletions
@@ -1,7 +1,7 @@
import 'package:core/core.dart';
import 'package:model/model.dart';
class AuthenticationUserViewState extends ViewState {
class AuthenticationUserViewState extends UIState {
final User user;
AuthenticationUserViewState(this.user);