setLoggingEnabled static method

Future<void> setLoggingEnabled(
  1. bool enabled
)

Globally enables / disables Cloud Firestore logging for the SDK.

Implementation

static Future<void> setLoggingEnabled(bool enabled) {
  return FirebaseFirestorePlatform.instance.setLoggingEnabled(enabled);
}