Fetches the current user.
@override Future<User> fetchCurrentUser() async { _warn("fetchCurrentUser"); return _defaultUser; }