ComplyCubeWidget constructor
const
ComplyCubeWidget({
- Key? key,
- required Map<
String, dynamic> settings, - void onCancelled(
- ComplyCubeError error
- void onSuccess(
- ComplyCubeResult result
- void onError(
- List<
ComplyCubeError> errors
- List<
- void onComplyCubeEvent(
- ComplyCubeEvent event
Implementation
const ComplyCubeWidget({
super.key,
required this.settings,
this.onCancelled,
this.onSuccess,
this.onError,
this.onComplyCubeEvent,
});