executeCommandImage function

Image? executeCommandImage(
  1. Command? command
)

Implementation

Image? executeCommandImage(Command? command) =>
    throw UnsupportedError('Cannot use without dart:html or dart:io');