apple_pay_info.dart 186 B

123456
  1. import '../assist/apple_or_google_pay_info.dart';
  2. import '../assist/product_type.dart';
  3. class ApplePayInfo extends AppleOrGooglePayInfo {
  4. ApplePayInfo(super.productId, super.type);
  5. }