ChromeConnection constructor

ChromeConnection(
  1. String host, [
  2. int port = 9222
])

Implementation

ChromeConnection(String host, [int port = 9222])
    : url = Uri.parse('http://$host:$port/');