recall method
Use the local storage to save the user.
Implementation
User recall() {
final opt = dartToJs({'localStorage': true});
final user = _user.recall(opt);
return User._(user);
}
Use the local storage to save the user.
User recall() {
final opt = dartToJs({'localStorage': true});
final user = _user.recall(opt);
return User._(user);
}