onReceive property

OnReceive? onReceive
final

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

Implementation

final OnReceive? onReceive;