Gets the stored email address of the current user Returns null if no user is authenticated
Future<String?> getStoredEmail() => TokenStorage.getEmail();