setDebugLogging static method

void setDebugLogging(
  1. bool enabled
)

Enables or disables debug logging for Supabase errors.

Implementation

static void setDebugLogging(bool enabled) {
  _enableDebugLogging = enabled;
}