getAllConnections method

Map<dynamic, Connection> getAllConnections()

Lists all connections.

Implementation

Map<dynamic, Connection> getAllConnections() {
  var connMap = _connection!.toMap();
  return connMap;
}