onLogReport property

FutureOr<void> Function(String logType, dynamic logContent)? onLogReport
getter/setter pair

@platform android @detail callback @author chenweiming.push @brief Callback this event when logging is reported. @param logType
Log type. @param logContent
Log content.

Implementation

FutureOr<void> Function(String logType, JSONObject logContent)? onLogReport;