setLoggingEnabled method

void setLoggingEnabled(
  1. bool enabled
)

Enables verbose diagnostic logging for debugging your application. This must be called before any other usage of FirebaseDatabase instance. By default, diagnostic logging is disabled.

Implementation

void setLoggingEnabled(bool enabled) {
  throw UnimplementedError('setLoggingEnabled() not implemented');
}