dismiss method
void
dismiss()
Called by DigiaInstance on invalidation, or by DigiaHost when the user dismisses the experience. Notifies DigiaHost to rebuild and remove the overlay.
Implementation
void dismiss() {
_activePayload = null;
notifyListeners();
}