logInfo abstract method

void logInfo(
  1. String key,
  2. Object? info
)

Log info.

Implementation

void logInfo(String key, Object? info);