Future<void> handlePasswordResetRequested({ required String email, }) async { await emitEvent('password_reset_requested', { 'email': email, }); }