dataOfCurrentProxy method

Future<Map?> dataOfCurrentProxy()

Method to retrieve data about the current proxy configuration. Throws UnimplementedError if not overridden by a platform-specific implementation.

Implementation

Future<Map?> dataOfCurrentProxy() {
  throw UnimplementedError('Failed to get data of proxy.');
}