disable method

Future<void> disable()

Implementation

Future<void> disable() async {
  await _client.send('HeapProfiler.disable');
}