OfflineWebReportBlock typedef

OfflineWebReportBlock = void Function(DataReportEvent event, String bisName, Map<String, dynamic>? params)

数据上报事件的回调函数。

Implementation

typedef OfflineWebReportBlock = void Function(
    DataReportEvent event, String bisName, Map<String, dynamic>? params);