Submits the form with the provided model. Throws an exception if not implemented.
Future<Result> onSubmit(dynamic model) => throw Exception('onSubmit Not implemented');