Konstantin Serov
Konstantin Serov
I'm testing a payment by card with a 3d secure enabled on iOS 14.2. Here's what I'm doing: 1) ```dart var paymentMethod = await StripePayment.paymentRequestWithCardForm( CardFormPaymentRequest(), ); ``` 2) Pass...
The standard ```dart try { ... } catch (e, s) { logger.e(e, s); } ``` now throws `Error: Invalid argument(s): Error parameter cannot take a StackTrace! at Object.throw_ [as throw]...
I've installed ESP 1.0.6 and there is indeed no library that includes this file. I even tried to install ESP-IDF to the system but to no avail. I also tried...