@override Future<String> getEmail() async { await Future.delayed(Duration(milliseconds: 200)); return userEmail; }