connectionExists method

bool connectionExists(
  1. String platform
)

Implementation

bool connectionExists(String platform) {
  return connections[platform] != null;
}