firebase_performance_dio library

Classes

DioFirebasePerformanceInterceptor
Dio client interceptor that hooks into request/response process and calls Firebase Metric API in between. The HttpMetric stored in RequestOptions.extra field.

Functions

defaultRequestContentLength(RequestOptions options) int?
defaultRequestUrl(RequestOptions options) String
defaultResponseContentLength(Response response) int?

Typedefs

RequestContentLengthMethod = int? Function(RequestOptions options)
RequestUrlBuilder = String Function(RequestOptions options)
ResponseContentLengthMethod = int? Function(Response options)