You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the TripPlanner endpoint in ApiService class. Since the JSON format of the endpoint is complicated, it might be best to make a custom fromJson and toJson methods for this class rather than using freezed and json_seriazable. We can put this off until we actually need that endpoint.
The text was updated successfully, but these errors were encountered:
Add the
TripPlanner
endpoint inApiService
class. Since the JSON format of the endpoint is complicated, it might be best to make a customfromJson
andtoJson
methods for this class rather than usingfreezed
andjson_seriazable
. We can put this off until we actually need that endpoint.The text was updated successfully, but these errors were encountered: