NpmUniversalOnboarding constructor
const
NpmUniversalOnboarding({})
Implementation
const NpmUniversalOnboarding({
Key? key,
required this.onComplete,
required this.onBack,
this.testMode = false,
this.userEmail,
this.userJwtToken,
this.preferredPlatform,
this.initialConnectedPlatforms = const [],
}) : super(key: key);