onSend property

Map<String, Object?> Function(Map<String, Object?> request)? onSend
getter/setter pair

What send resolves with, given the request it received.

Implementation

Map<String, Object?> Function(Map<String, Object?> request)? onSend;