onCountComplete property

OnPayCallback? onCountComplete
final

Optional callback function for countdown completion events.

This function is called when a payment countdown timer expires, allowing the application to handle timeout scenarios.

Note

This field is optional and may be null if not needed.

Implementation

final OnPayCallback? onCountComplete;