The map with CharlatanHttpResponseDefinitions is private, I would like to have an exposed method for clearing this map. I would like to use this method in tearDown so I don't have to instantiate Charlatan everytime.
Describe alternatives you've considered
Something like http-mock-adapter package has: https://github.com/lomsa-dev/http-mock-adapter/blob/eff6dc4563e30dcfe6b29bac7f7343567d61bdf6/lib/src/mixins/recording.dart#L42
The map with
CharlatanHttpResponseDefinitions is private, I would like to have an exposed method for clearing this map. I would like to use this method intearDownso I don't have to instantiateCharlataneverytime.Describe alternatives you've considered
Something like
http-mock-adapterpackage has: https://github.com/lomsa-dev/http-mock-adapter/blob/eff6dc4563e30dcfe6b29bac7f7343567d61bdf6/lib/src/mixins/recording.dart#L42