onPaymentCompleted property

void Function(MonerooPaymentInfos infos, BuildContext context) onPaymentCompleted
final

A callback function that is called once the payment is processed wheiter or not it succeed. You can have infos about that using the infos parameter

Implementation

final void Function(MonerooPaymentInfos infos, BuildContext context)
    onPaymentCompleted;