Add presentation layer for get Session
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user