loadEnumTypeNames static method
Legacy method kept for compatibility but no-op or redirects to manual registration if needed. The dynamic detection is removed to improve performance.
Implementation
static Future<void> loadEnumTypeNames(
Future<List<Map<String, dynamic>>> Function() detectEnums,
{Future<List<Map<String, dynamic>>> Function()? detectFields}) async {
// No-op: We now rely on static definitions and manual registration.
// Introspection is too slow.
}