main function

void main()

Implementation

void main() {
  // Set example defaults for native pay merchant ids
  LpeWithSourceConfig.init(
    appleMerchantId: 'merchant.com.example',
    googleMerchantId: 'exampleMerchantId',
  );
  runApp(const LpeDemoApp());
}