onSubmitLocal method

Future<Result> onSubmitLocal(
  1. dynamic model
)

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

Implementation

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