onSubmit abstract method
To be implemented by the subclass, detailing what should happen when a form is submitted.
Implementation
Future<Success> onSubmit();
To be implemented by the subclass, detailing what should happen when a form is submitted.
Future<Success> onSubmit();