Future<void> sendPasswordResetEmail(String email) async { await _auth.sendPasswordResetEmail(email: email); }