getPaymentOptions method Null safety

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.

Implementation

Future<List<PaymentOptionsModel>> getPaymentOptions();