onReceive property
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;
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
final OnReceive? onReceive;