onCreated property

(void Function(Uri)?) onCreated
final

Callback after Form submission returns a link to a newly created entity, if available

This can be used to access the newly created entity via the uri.

Implementation

final void Function(Uri)? onCreated;