menu
dio_http_util package
documentation
sse/sse_manager.dart
SSEManager
hasConnection method
hasConnection method
dark_mode
light_mode
hasConnection
method
bool
hasConnection
(
String
id
)
检查指定 ID 的连接是否存在
Implementation
bool hasConnection(String id) => _connections.containsKey(id);
dio_http_util package
documentation
sse/sse_manager
SSEManager
hasConnection method
SSEManager class