getSystemProxy method

Future<Map<String, dynamic>?> getSystemProxy()

Implementation

Future<Map<String, dynamic>?> getSystemProxy() async {
  throw UnimplementedError('getSystemProxy() has not been implemented.');
}