dismiss method

bool dismiss()

Dismiss current showing PopupHUD from the top of current Navigator

Implementation

bool dismiss() {
  Navigator.pop(context);
  return true;
}