executeCommandAsync function

Future<ExecuteResult> executeCommandAsync(
  1. Command? command
)

Implementation

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