clearCustomHeaders method

Future<void> clearCustomHeaders()

Removes all custom headers previously configured via setCustomHeaders or setCustomHeadersForHost.

Throws a PlatformException if the native implementation is not available or if the operation fails.

Implementation

Future<void> clearCustomHeaders() async => _impl.clearCustomHeaders();