the http wrapper client class has been renamed from BugsnagHttpClient to Client and the dart io client has been renamed from BugsnagHttpClient to HttpClient so that the packages can simply be swapped in the imports section without having to make more changes to existing code.
Goal
the http wrapper client class has been renamed from
BugsnagHttpClient
toClient
and the dart io client has been renamed fromBugsnagHttpClient
toHttpClient
so that the packages can simply be swapped in the imports section without having to make more changes to existing code.Testing
Covered by existing tests