pauseSocketProfiling method Null safety
- @Deprecated('Use socketProfilingEnabled instead')
- String isolateId
Deprecated('Use socketProfilingEnabled instead')">@Deprecated('Use socketProfilingEnabled instead')
Pause recording socket statistics. clearSocketProfile must be called in order for collected statistics to be cleared.
Implementation
@Deprecated('Use socketProfilingEnabled instead')
Future<Success> pauseSocketProfiling(String isolateId) =>
_callHelper('ext.dart.io.pauseSocketProfiling', isolateId);