menu
appplayer_core package
documentation
internals.dart
ConnectionManager
hasConnection method
hasConnection method
dark_mode
light_mode
hasConnection
method
bool
hasConnection
(
String
serverId
)
Implementation
bool hasConnection(String serverId) => _connections.containsKey(serverId);
appplayer_core package
documentation
internals
ConnectionManager
hasConnection method
ConnectionManager class