menu
flutter_super package
documentation
flutter_super.dart
SuperAppConfig
onInit property
onInit property
dark_mode
light_mode
onInit
property
Future
<
void
>
?
onInit
final
An optional callback that runs before the application is initialized.
Implementation
final Future<void>? onInit;
flutter_super package
documentation
flutter_super
SuperAppConfig
onInit property
SuperAppConfig class