HorusApi constructor

HorusApi(
  1. Dio dio, {
  2. String? baseUrl,
})

Implementation

factory HorusApi(Dio dio, {String? baseUrl}) = _HorusApi;