HamroPayPage constructor
const
HamroPayPage({})
Implementation
const HamroPayPage({
// this.pageContent,
Key? key,
required this.merchantTransactionId,
required this.merchantId,
required this.clientId,
required this.clientSecret,
required this.sessionId,
required this.transactionAmount,
required this.clientApiKey,
required this.serverUrl, // Use serverUrl parameter
}) : super(key: key);