Captures the current execution state as a snapshot.
@override Future<Uint8List> snapshot() async { final handle = _requireHandle('snapshot'); return _bindings.snapshot(handle); }