supportsSnapshot property

bool get supportsSnapshot

Whether snapshot/restore round-trip the world state. Backends with serialization (rapier) return true; others false.

Implementation

bool get supportsSnapshot => false;