-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
Description
socket.io-dart/lib/src/namespace.dart
Lines 223 to 233 in 7fdb760
/** | |
* Gets a list of clients. | |
* | |
* @return {Namespace} self | |
* @api public | |
*/ | |
clients(fn([_])) { | |
this.adapter.clients(this.rooms, fn); | |
this.rooms = []; | |
return this; | |
} |