timeout property

int? get timeout
inherited

The number of milliseconds (after presenting) before the Payment Sheet closes automatically.

At which point presentPaymentSheet` will resolve with an error.

Implementation

int? get timeout => throw _privateConstructorUsedError;