onSubmitEmpty method

Future<Result> onSubmitEmpty()

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

Implementation

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