menu
apollovm package
documentation
apollovm_repository_io.dart
InMemoryRepositoryAdapter
gitShow method
gitShow method
dark_mode
light_mode
gitShow
method
@
override
Future
<
String
>
gitShow
(
{
required
String
rev
,
String
?
path
,
})
override
Implementation
@override Future<String> gitShow({required String rev, String? path}) async => _noGit();
apollovm package
documentation
apollovm_repository_io
InMemoryRepositoryAdapter
gitShow method
InMemoryRepositoryAdapter class