@override Future clearEntities() async { await withVoidCallback((callback) { clear_entities_ffi(_viewer!, callback); }); _scene!.clearEntities(); }