executeCommandImageAsync function

Future<Image?> executeCommandImageAsync(
  1. Command? command
)

Implementation

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