pub static APP_INSTANCE_EVENT: Event<AppInstanceArgs>
Expand description
App instance init event, with the arguments.
This event notifies once on start. If the app is “single instance” this event will also notify for each new attempt to instantiate while the current process is already running.