onSubmit method

Future<Result> onSubmit(
  1. dynamic model
)

Submits the form with the provided model. Throws an exception if not implemented.

Implementation

Future<Result> onSubmit(dynamic model) =>
    throw Exception('onSubmit Not implemented');