getApplicationContext method
Returns the ApplicationContext that triggered this event.
This is a convenience method that returns the source of the event.
Implementation
ApplicationContext getApplicationContext() => getSource();
Returns the ApplicationContext that triggered this event.
This is a convenience method that returns the source of the event.
ApplicationContext getApplicationContext() => getSource();