onSubmitEmptyLocal method

Future<Result> onSubmitEmptyLocal()

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

Implementation

Future<Result> onSubmitEmptyLocal() =>
    throw Exception('onSubmitEmptyLocal Not implemented');