RequestSessionOpenRepository constructor

RequestSessionOpenRepository({
  1. required String path,
  2. required LocalSecret? localSecret,
})

Implementation

RequestSessionOpenRepository({
  required this.path,
  required this.localSecret,
});