RequestRepositoryIsSyncEnabled constructor

RequestRepositoryIsSyncEnabled({
  1. required RepositoryHandle repo,
})

Implementation

RequestRepositoryIsSyncEnabled({
  required this.repo,
});