You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| style | No | object | undefined | Used to apply styling to the button.|
204
-
|onComplete| Yes | function |**REQUIRED**| Called when a payment is completed successfully or is canceled. The function will receive [redirect params](#redirectparams) as an argument.|
204
+
|onRedirect| Yes | function |**REQUIRED**| Called when a payment is completed successfully or is canceled. The function will receive [redirect params](#redirectparams) as an argument.|
205
205
| onWillInitialize | No | function | undefined | This will be called before a payment link is generated.|
206
206
| onDidInitialize | No | function | undefined | This is called when a new payment link has been successfully initialized.|
207
207
| onInitializeError | No | function | undefined | This is called if an error occurred while initializing a new pyment link. The function will receive [FlutterwaveInitError](#flutterwaveiniterror)|
| style | No | object | undefined | Used to apply styling to the button.|
202
-
|onComplete| Yes | function |**REQUIRED**| Called when a payment is completed successfully or is canceled. The function will receive [on complete data](#oncompletedata)|
202
+
|onRedirect| Yes | function |**REQUIRED**| Called when a payment is completed successfully or is canceled. The function will receive [on complete data](#oncompletedata)|
203
203
| onWillInitialize | No | function | undefined | This will be called before a payment link is generated.|
204
204
| onDidInitialize | No | function | undefined | This is called when a new payment link has been successfully initialized.|
205
205
| onInitializeError | No | function | undefined | This is called if an error occurred while initializing a new pyment link. The function will receive [FlutterwaveInitError](#flutterwaveiniterror)|
0 commit comments