ExtraAndroidSocketOptions constructor

ExtraAndroidSocketOptions({
  1. required Map<String, List<String>> extraHeaders,
})

Implementation

ExtraAndroidSocketOptions({required this.extraHeaders});