fromUrl static method
Implementation
static NetworkConfig fromUrl(String host, int port, Network network) {
return NetworkConfig._(host, port, network);
}
static NetworkConfig fromUrl(String host, int port, Network network) {
return NetworkConfig._(host, port, network);
}