getPaymentOptions method Null safety
It's return all Payment options available (COD - CC - Apple pay)
Note
you should remove (Apple pay) option if the device is android.
Implementation
Future<List<PaymentOptionsModel>> getPaymentOptions();
It's return all Payment options available (COD - CC - Apple pay)
Note
you should remove (Apple pay) option if the device is android.
Future<List<PaymentOptionsModel>> getPaymentOptions();