callRazorPayService method
Implementation
Future callRazorPayService() async {
await IncodesPaymentServices.razorPayPayment(
razorpayKey: "enter your razorpayKey",
contactNumber: "+91-1234567890",
emailId: "test@gmail.com",
amount: 2500,
currency: "USD",
appName: "Incodes Payments",
colorCode: '#fcba03',
description: 'Add the description for the order or payment.',
);
}