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