Fix android system proxy not effective

Add macos arm64
This commit is contained in:
chen08209
2024-07-17 17:02:25 +08:00
parent 82be4cc45f
commit 3bc3172723
19 changed files with 187 additions and 86 deletions

View File

@@ -22,7 +22,7 @@ abstract class ProxyPlatform extends PlatformInterface {
DateTime? startTime;
Future<bool?> startProxy(int port, String? args) {
Future<bool?> startProxy(int port) {
throw UnimplementedError('startProxy() has not been implemented.');
}