setCustomHeaders method

Future<void> setCustomHeaders(
  1. Map<String, String> headers
)

Sets custom HTTP headers that will be appended to all SDK requests.

Implementation

Future<void> setCustomHeaders(Map<String, String> headers) =>
    _impl.setCustomHeaders(headers);