executeCommandBytesAsync function

Future<Uint8List?> executeCommandBytesAsync(
  1. Command? command
)

Implementation

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