submitForm method

Future<bool> submitForm()

Implementation

Future<bool> submitForm() {
  return widget.controller.submit();
}