gitBlame method

  1. @override
Future<List<GitBlameLine>> gitBlame(
  1. String path
)
override

Implementation

@override
Future<List<GitBlameLine>> gitBlame(String path) async => _noGit();