allInstances property

Map<String, SocketService> get allInstances

Get all existing instances (for debugging or cleanup)

Implementation

static Map<String, SocketService> get allInstances => Map.unmodifiable(_instances);