RecoverableApp constructor
const
RecoverableApp({
- Key? key,
- required Widget child,
- RecoveryScreenBuilder? recoveryScreenBuilder,
- SnapshotSerializer? serializer,
- bool autoInitialize = true,
Implementation
const RecoverableApp({
super.key,
required this.child,
this.recoveryScreenBuilder,
this.serializer,
this.autoInitialize = true,
});