Sets custom HTTP headers that will be appended to all SDK requests.
Future<void> setCustomHeaders(Map<String, String> headers) => _impl.setCustomHeaders(headers);