gitDiff method

  1. @override
Future<String> gitDiff({
  1. String? rev,
  2. bool staged = false,
  3. String? path,
})
override

Implementation

@override
Future<String> gitDiff({String? rev, bool staged = false, String? path}) =>
    inner.gitDiff(rev: rev, staged: staged, path: path);