list abstract method
Lists the directory at path. When recursive, descends up to maxDepth
levels; glob filters entries by name/path pattern.
Implementation
Future<List<RepoEntry>> list(
String path, {
bool recursive = false,
int? maxDepth,
String? glob,
});