Network constructor

Network(
  1. String url
)

Implementation

Network(String url) {
  _initDio(url);
}