init method

Future<HmaroPayPaymentResult> init({
  1. required BuildContext context,
  2. required HamroPayConfig hamroPayConfig,
})

Implementation

Future<HmaroPayPaymentResult> init({
  required BuildContext context,
  required HamroPayConfig hamroPayConfig,
  // HamroPayPageContent? pageContent,
}) => _service.pay(context: context, hamroPayConfig: hamroPayConfig);