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