updateWebAppMessageSent property
A message was sent by an opened Web App, so the Web App needs to be closed
Implementation
UpdateWebAppMessageSent? get updateWebAppMessageSent {
if (this is UpdateWebAppMessageSent) {
return this as UpdateWebAppMessageSent;
}
return null;
}