menu
neomage package
documentation
data/services/git_service.dart
GitService
GitService.new constructor
GitService.new constructor
dark_mode
light_mode
GitService
constructor
GitService
(
{
String
?
defaultWorkDir
,
String
gitBinary
=
'git'
,
})
Implementation
GitService({this.defaultWorkDir, String gitBinary = 'git'}) : _gitBinary = gitBinary;
neomage package
documentation
data/services/git_service
GitService
GitService.new constructor
GitService class