configureAirState function
void
configureAirState()
Configure the Air State framework with the default secure delegate. This should be called at the start of the application.
Implementation
void configureAirState() {
Air.configure(delegate: SecureAirDelegate());
}