TF-1899 Implement interactor for get stored session
(cherry picked from commit 05eb5a5b9da2ab3fba64ea08591fd787a736549e)
This commit is contained in:
@@ -4,4 +4,6 @@ abstract class SessionDataSource {
|
||||
Future<Session> getSession();
|
||||
|
||||
Future<void> storeSession(Session session);
|
||||
|
||||
Future<Session> getStoredSession();
|
||||
}
|
||||
Reference in New Issue
Block a user