@mustCallSuper Future<void> clear() async { for (final module in modules) { await module.clear(); } }