initModelEmpty method

Future<Result> initModelEmpty()

Initializes the form model with an empty state.

Implementation

Future<Result> initModelEmpty() async => Result.success();