dio_firebase_performance library

Classes

DioFirebasePerformanceInterceptor
Dio client interceptor that hooks into request/response process and calls Firebase Metric API in between. The request key is calculated based upon extra field 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)