doIt method

Future<void> doIt()

Implementation

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