ySnapshotDispose method

bool ySnapshotDispose({
  1. required YSnapshot ref,
})

Implementation

bool ySnapshotDispose({
  required YSnapshot ref,
}) {
  final results = _ySnapshotDispose([ref.toWasm()]);
  final result = results[0];
  return result! as bool;
}