@override Future<void> sendPasswordResetEmailHandler(String email) async { await authProvider.sendPasswordResetEmail(email: email); }