setLoggingEnabled method

Future<void> setLoggingEnabled(
  1. bool enabled
)

Globally enables / disables Cloud Firestore logging for the SDK.

Implementation

Future<void> setLoggingEnabled(bool enabled) {
  throw UnimplementedError('setLoggingEnabled() is not implemented');
}