OfflineWebMonitorBlock typedef

OfflineWebMonitorBlock = void Function(OfflineWebMonitorType type, Map<String, dynamic> data)

监控数据的回调函数。

Implementation

typedef OfflineWebMonitorBlock = void Function(
    OfflineWebMonitorType type, Map<String, dynamic> data);