Handles logout
Future<void> handleLogout(String userId) async { await emitEvent('logout', { 'user_id': userId, }); }