static void disposeRegistry(List<CallbackD> registry) { registry.forEach((f) => f.dispose()); registry.clear(); }