onAuthentication method
Implementation
ExpressApplePay onAuthentication(Function(Map response) callback){
_onAuthentication = callback;
return this;
}
ExpressApplePay onAuthentication(Function(Map response) callback){
_onAuthentication = callback;
return this;
}