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