stopSampling method
Stop collecting native memory profile.
Implementation
Future<void> stopSampling() async {
await _client.send('Memory.stopSampling');
}
Stop collecting native memory profile.
Future<void> stopSampling() async {
await _client.send('Memory.stopSampling');
}