readBlob method
Implementation
@override
Future<GitBlobResult> readBlob(GitHash hash) async =>
await GitBlobResult.catchAll(() => _.readBlob(hash));
@override
Future<GitBlobResult> readBlob(GitHash hash) async =>
await GitBlobResult.catchAll(() => _.readBlob(hash));