onUserLater method

void onUserLater()

Implementation

void onUserLater() {
  if (widget.upgrade.debugLogging) {
    if (kDebugMode) {
      print('hcUpgrade: button tapped: later');
    }
  }

  // If this callback has been provided, call it.
  widget.onLater?.call();

  forceRebuild();
}