value abstract method

void value(
  1. Object? value,
  2. String? description
)

Logs any value related debugging information of the FirestoreAPI.

Implementation

void value(
  Object? value,
  String? description,
);