Optimize app logic

Support windows administrator auto launch

Support android close vpn
This commit is contained in:
chen08209
2024-08-15 16:18:00 +08:00
parent 75af47aead
commit c38a671d57
65 changed files with 2784 additions and 1020 deletions

View File

@@ -20,8 +20,6 @@ abstract class ProxyPlatform extends PlatformInterface {
_instance = instance;
}
DateTime? startTime;
Future<bool?> startProxy(int port) {
throw UnimplementedError('startProxy() has not been implemented.');
}