runAppFunction property
void Function()?
runAppFunction
final
The function to be executed after setup, should at least call runApp. See also rootWidget if no special configuration is necessary and only a call to runApp is enough.
Implementation
final void Function()? runAppFunction;