MyoroFormOnError typedef

MyoroFormOnError = void Function(String errorMessage)

Function that is executed when the form process is completed unsuccessfully.

Implementation

typedef MyoroFormOnError = void Function(String errorMessage);