RequestSessionSetStoreDir constructor

RequestSessionSetStoreDir({
  1. required String path,
})

Implementation

RequestSessionSetStoreDir({
  required this.path,
});