ApiService constructor

ApiService(
  1. Dio dio
)

Implementation

factory ApiService(Dio dio) = _ApiService;