import '../assist/apple_or_google_pay.dart'; import '../listener/i_agile_pay.dart'; class ApplePay extends AppleOrGooglePay implements IAgilePay { ApplePay(super.payInfo); }