getHttpEnableTimelineLogging method

  1. @Deprecated('Use httpEnableTimelineLogging instead.')
Future<HttpTimelineLoggingState> getHttpEnableTimelineLogging(
  1. String isolateId
)

Gets the current state of HTTP logging for a given isolate.

Warning: The returned Future will not complete if the target isolate is paused and will only complete when the isolate is resumed.

Implementation

@Deprecated('Use httpEnableTimelineLogging instead.')
Future<HttpTimelineLoggingState> getHttpEnableTimelineLogging(
        String isolateId) =>
    _callHelper('ext.dart.io.getHttpEnableTimelineLogging', isolateId);