responseHeadersReceived static method
Notifies native side that response headers were received. Sends a StethoInspectorResponse object.
Implementation
static Future<dynamic> responseHeadersReceived(
StethoInspectorResponse response,
) => _channel.invokeMethod('responseHeadersReceived', response.toMap());