localhost property

Cluster get localhost

The default localhost HTTP endpoint (http://127.0.0.1:8899).

Implementation

static Cluster get localhost => Cluster.http('127.0.0.1', port: 8899);