@override Future<void> signUp(String email, String password) async { await _auth.createUserWithEmailAndPassword(email, password); }