Api constructor

Api(
  1. String apiUrl
)

Implementation

Api(String apiUrl) {
  _network = Network(apiUrl);
}