TrafficService constructor

TrafficService()

Implementation

TrafficService()
    : _dioTraffic = Dio()..interceptors.add(TrafficInterceptor()),
      _dioPlaces = Dio()..interceptors.add(PlacesInterceptor());