@override Future<bool> clearProfile() async { globalUserState().clear(); await setNumGoals(goalsCount: 0); return true; }