setCustomMetric abstract method

Future<void> setCustomMetric(
  1. String metricName,
  2. int metricValue,
  3. String param
)

自定义指标 @param metricName 指标名称 @param metricValue 指标值(整型) @param param 指标附加信息

Implementation

Future<void> setCustomMetric(
    String metricName, int metricValue, String param);