headers property

Map<String, dynamic> headers
final

Headers that are set when connecting the web socket on dart:io platforms.

Note that headers are ignored on the web platform.

Implementation

final Map<String, dynamic> headers;