doIt method
Implementation
Future<void> doIt() async {
var image = await installAboutImage();
var appBar = installApp!.appBar();
await _store(image);
await _setupPage(appBar);
}
Future<void> doIt() async {
var image = await installAboutImage();
var appBar = installApp!.appBar();
await _store(image);
await _setupPage(appBar);
}