completeOnboarding property

  1. @JsonKey(toJson: toNull, fromJson: toNull, includeIfNull: false)
void Function() completeOnboarding
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;