clearSocketProfile method Null safety
- String isolateId
Removes all statistics associated with prior and current sockets.
Implementation
Future<Success> clearSocketProfile(String isolateId) =>
_callHelper('ext.dart.io.clearSocketProfile', isolateId);