enable method

Future<void> enable()

Implementation

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