onSend property

OnSend? onSend
final

This function is used to store a procedure that will listen to every API request. If set, it will be called right before the global OnSend function, declared in the DataContext

Implementation

final OnSend? onSend;