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