onLogReport property
@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;