execv function

int execv(
  1. String path,
  2. List<String> args
)

Implementation

int execv(String path, List<String> args) => platform.execv(path, args);