getHttpEnableTimelineLogging method Null safety
- @Deprecated('Use httpEnableTimelineLogging instead.')
- String isolateId
Deprecated('Use httpEnableTimelineLogging instead.')">@Deprecated('Use httpEnableTimelineLogging instead.')
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);