asProcessing method

LogoutEvent asProcessing()

Implementation

LogoutEvent asProcessing() {
  return LogoutEvent(app: app, isProcessing: true);
}