value method

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

Logs any value related debugging information of the FirestoreAPI.

Implementation

@override
void value(
  Object? value,
  String? description,
) =>
    debugPrint(
        '$time [FirestoreAPI] 💾 [VALUE] ${description != null ? '$description: ' : ''}$value');