prepareForLeakDetection method

Future<void> prepareForLeakDetection()

Implementation

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