RequestRepositorySetSyncEnabled constructor
- required RepositoryHandle repo,
- required bool enabled,
Implementation
RequestRepositorySetSyncEnabled({
required this.repo,
required this.enabled,
});
RequestRepositorySetSyncEnabled({
required this.repo,
required this.enabled,
});