closeDialog method

void closeDialog()

Implementation

void closeDialog() {
  completer = Completer<T?>();
  modalController.close();
}