completeOnboarding property
- @JsonKey(toJson: toNull, fromJson: toNull, includeIfNull: false)
final
A callback function that is called when the onboarding process is completed.
Implementation
@JsonKey(toJson: toNull, fromJson: toNull, includeIfNull: false)
final void Function() completeOnboarding;