syncCall method

ProcessResult syncCall(
  1. String cmd
)

Implementation

ProcessResult syncCall(final String cmd) => _io.syncCall(cmd);