NitrogenInitApp constructor
const
NitrogenInitApp({
- required InitResult result,
- String? initialOrg,
- List<
String> initialPlatforms = const ['android', 'ios', 'macos', 'windows', 'linux'], - VoidCallback? onExit,
- Key? key,
Implementation
const NitrogenInitApp({
required this.result,
this.initialOrg,
this.initialPlatforms = const ['android', 'ios', 'macos', 'windows', 'linux'],
this.onExit,
super.key,
});