asProcessing method

SwitchAppWithIDEvent asProcessing()

Implementation

SwitchAppWithIDEvent asProcessing() {
  return SwitchAppWithIDEvent(
      appId: appId, goHome: goHome, isProcessing: true);
}