DOOClientService constructor

DOOClientService(
  1. String _baseUrl,
  2. Dio _dio
)

Implementation

DOOClientService(this._baseUrl, this._dio);