onLogReport method
@detail callback
@author chenweiming.push
@brief Callback this event when logging is reported.
@param logType
Log type.
@param logContent
Log content.
Implementation
FutureOr<void> onLogReport(String logType, JSONObject logContent) async {}