callRazorPayService method

Future callRazorPayService()

Implementation

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