executeCommandBytes function

Uint8List? executeCommandBytes(
  1. Command? command
)

Implementation

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