feat: implement session dump
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
ec74524234
commit
56ba2341f4
10 changed files with 203 additions and 5 deletions
7
lib/utils/tor_stub.dart
Normal file
7
lib/utils/tor_stub.dart
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/// Stub class for [TorBrowserDetector]
|
||||
///
|
||||
/// statically returns false as Tor **browser** can only be detected in a
|
||||
/// **browser**.
|
||||
abstract class TorBrowserDetector {
|
||||
static Future<bool> get isTorBrowser => Future.value(false);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue