stopSampling method

Future<void> stopSampling()

Stop collecting native memory profile.

Implementation

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