info abstract method

void info(
  1. String message
)

Logs any info related debugging information of the FirestoreAPI.

Implementation

void info(
  String message,
);