flutter_simple_shopify icon indicating copy to clipboard operation
flutter_simple_shopify copied to clipboard

Unhandled Exception , when use "getAllOrders()"

Open mohamedEssam2 opened this issue 3 years ago • 0 comments

when i use "getAllOrders()" , i get " Unhandled Exception: type 'Null' is not a subtype of type 'List' in type cast "

shopifyCheckout .getAllOrders(accessToken) .then((value) => { if (value != null) {orderList = value, updateUI()} })

mohamedEssam2 avatar May 26 '22 14:05 mohamedEssam2