RequestRepositoryGetMountPoint constructor

RequestRepositoryGetMountPoint({
  1. required RepositoryHandle repo,
})

Implementation

RequestRepositoryGetMountPoint({
  required this.repo,
});