checkoutCustomizationRevision property

ValueNotifier<int> checkoutCustomizationRevision
final

Incremented when checkout customization is applied; listen to rebuild payment UI (e.g. ListenableBuilder) after availableMethods update.

Implementation

static final ValueNotifier<int> checkoutCustomizationRevision =
    ValueNotifier<int>(0);