onPresent method
Implementation
ExpressApplePay onPresent(Function(BuildContext context) callback){
_onPresent = callback;
return this;
}
ExpressApplePay onPresent(Function(BuildContext context) callback){
_onPresent = callback;
return this;
}