gitRestore method

  1. @override
Future<GitResult> gitRestore(
  1. List<String> paths, {
  2. bool staged = false,
})
override

Implementation

@override
Future<GitResult> gitRestore(
  List<String> paths, {
  bool staged = false,
}) async => _noGit();