RequestSessionCreateRepository constructor
- required String path,
- required SetLocalSecret? readSecret,
- required SetLocalSecret? writeSecret,
- required ShareToken? token,
- required bool syncEnabled,
- required bool dhtEnabled,
- required bool pexEnabled,
Implementation
RequestSessionCreateRepository({
required this.path,
required this.readSecret,
required this.writeSecret,
required this.token,
required this.syncEnabled,
required this.dhtEnabled,
required this.pexEnabled,
});