The signed-in user's email (if available).
Future<String?> getUserEmail() async { return _storage.read(key: _emailKey); }