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