sendCustomEvent method

Future<void> sendCustomEvent(
  1. String args
)

发送用户自定义事件 通过埋点事件回调onEventReportParams

Implementation

Future<void> sendCustomEvent(String args) {
  return FlutterAliPlayerFactory.methodChannel
      .invokeMethod("sendCustomEvent", wrapWithPlayerId(arg: args));
}