onSavedToPending property

(Future<bool> Function(ApptiveLink, FormData)?) onSavedToPending
final

Callback after Form is saved to pending Items Note: This will only be triggerd if an ApptiveGridCache is specified in the ApptiveGridOptions

If this returns false the default saved for later screen is not shown. This functionality can be used to do a custom Widget or Transition

Implementation

final Future<bool> Function(ApptiveLink, FormData)? onSavedToPending;