getSystemProxy method

Future<String?> getSystemProxy()

Implementation

Future<String?> getSystemProxy() {
  throw UnimplementedError('systemProxy() has not been implemented.');
}