getImage method

Future<Image?> getImage()

Implementation

Future<Image?> getImage() async {
  await execute();
  return subCommand.outputImage;
}