Make encoding parameter nullable (#65) This aligns the interface with the upstream `dart:io` API. The `covariant` keyword is used for backward compatibility. It should be removed in the next major release. cc #64
A generic process invocation abstraction for Dart.
Like dart:io, package:process supplies a rich, Dart-idiomatic API for spawning OS processes.
Unlike dart:io, package:process: