dio_azure_application_insights_interceptor library
Support for doing something awesome.
More dartdocs go here.
Classes
- DioAzureApplicationInsightsInterceptor
-
Dio
client interceptor that hooks into request/response process and calls Azure Application Insights in between.
Functions
-
defaultRequestContentLength(
RequestOptions options) → int? -
defaultResponseContentLength(
Response response) → int?
Typedefs
- RequestContentLengthMethod = int? Function(RequestOptions options)
- ResponseContentLengthMethod = int? Function(Response options)