onSuccess property

dynamic Function(String code)? onSuccess
final

a function called when transaction succeeds

Implementation

final Function(String code)? onSuccess;