startSocketProfiling method Null safety
- @Deprecated('Use socketProfilingEnabled instead')
- String isolateId
Deprecated('Use socketProfilingEnabled instead')">@Deprecated('Use socketProfilingEnabled instead')
Start profiling new socket connections. Statistics for sockets created before profiling was enabled will not be recorded.
Implementation
@Deprecated('Use socketProfilingEnabled instead')
Future<Success> startSocketProfiling(String isolateId) =>
_callHelper('ext.dart.io.startSocketProfiling', isolateId);