run method

File run({
  1. bool create = false,
  2. Object? arguments,
})

Implementation

File run({bool create = false, Object? arguments}) => File.execute(
      path,
      pack: pack,
      create: create,
      child: child,
      arguments: arguments,
    );