getHttpClientProfilingData function

  1. @Since('3.4')
List<Map<String, dynamic>> getHttpClientProfilingData()

Returns the data added through addHttpClientProfilingData.

This function is only meant for use by networking profilers and the format of the returned data may change over time.

Implementation

@Since('3.4')
List<Map<String, dynamic>> getHttpClientProfilingData() {
  return UnmodifiableListView(_developerProfilingData);
}