recall method

User recall()

Use the local storage to save the user.

Implementation

User recall() {
  final opt = dartToJs({'localStorage': true});
  final user = _user.recall(opt);
  return User._(user);
}