httpHeaders property

Map<String, String>? httpHeaders
final

Optional HTTP headers to use when opening the video.

These headers can be used for authentication or other purposes when fetching the video from a server.

Implementation

final Map<String, String>? httpHeaders;