menu
heka_health package
documentation
models/connection.dart
Connection
connectionExists method
connectionExists method
dark_mode
light_mode
connectionExists
method
bool
connectionExists
(
String
platform
)
Implementation
bool connectionExists(String platform) { return connections[platform] != null; }
heka_health package
documentation
models/connection
Connection
connectionExists method
Connection class