refactor: Remove unused feature tor browser detector

This commit is contained in:
Christian Kußowski 2025-11-14 16:37:09 +01:00
commit a445ec4b43
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
7 changed files with 0 additions and 90 deletions

View file

@ -1,7 +0,0 @@
/// 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);
}