SimpleGitAsync constructor

SimpleGitAsync({
  1. SimpleProcessOptions? options,
})

Implementation

SimpleGitAsync({SimpleProcessOptions? options})
    : super(
          SimpleProcessAsync(options ?? SimpleProcessOptions(binary: 'git')));