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