onPresent method

EdfaApplePay onPresent(
  1. dynamic callback(
    1. BuildContext context
    )
)

Implementation

EdfaApplePay onPresent(Function(BuildContext context) callback){
  _onPresent = callback;
  return this;
}