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