dio_firebase_performance_plus library
Classes
- DioFirebasePerformanceInterceptor
-
Dioclient interceptor that hooks into request/response process and calls Firebase Metric API in between. The request key is calculated based uponextrafield hash code which appears to be the same across onRequest, onResponse and onError calls.
Functions
-
defaultRequestContentLength(
RequestOptions options) → int? -
defaultResponseContentLength(
Response response) → int?
Typedefs
- RequestContentLengthMethod = int? Function(RequestOptions options)
- ResponseContentLengthMethod = int? Function(Response options)