onClose method
Disposes of the TextEditingController when the controller is closed.
Implementation
@override
void onClose() {
placeFieldController.dispose();
super.onClose();
}
Disposes of the TextEditingController when the controller is closed.
@override
void onClose() {
placeFieldController.dispose();
super.onClose();
}