Creates custom endpoints.
custom
The default domain is localhost:8899.
domain
localhost:8899
factory Cluster.custom([final String? domain, final bool secure = false]) { return Cluster._(domain ?? 'localhost:8899', secure); }