onRequest property

(bool Function(ApiRequestOptions options, List<Frame> trace)?) onRequest
final

Handler for every request.

Request will be excuted if returned true, otherwise it will be ignored

Implementation

final bool Function(ApiRequestOptions options, List<Frame> trace)? onRequest;