RequestSessionOpenRepository constructor
- required String path,
- required LocalSecret? localSecret,
Implementation
RequestSessionOpenRepository({
required this.path,
required this.localSecret,
});
RequestSessionOpenRepository({
required this.path,
required this.localSecret,
});