prepareForLeakDetection method
Implementation
Future<void> prepareForLeakDetection() async {
await _client.send('Memory.prepareForLeakDetection');
}
Future<void> prepareForLeakDetection() async {
await _client.send('Memory.prepareForLeakDetection');
}