To retake the snapshots:
flutter create. void _incrementCounter() {
setState(() {
_counter++;
});
var fileName = 'counter_snapshot$_counter';
fileName = p.absolute(fileName);
print('saving snapshot to $fileName');
NativeRuntime.writeHeapSnapshotToFile(fileName);
}