setDebugLogging static method
Enables or disables debug logging for Supabase errors.
Implementation
static void setDebugLogging(bool enabled) {
_enableDebugLogging = enabled;
}
Enables or disables debug logging for Supabase errors.
static void setDebugLogging(bool enabled) {
_enableDebugLogging = enabled;
}