save method

void save()

Saves the current form state

Implementation

void save() {
  _formKey.currentState!.save();
}