APIController constructor

APIController(
  1. String key,
  2. String model
)

Implementation

APIController(this.key, this.model) : _dio = Dio();