setEventReportParamsDelegate method
设置埋点事件回调onEventReportParams代理
Implementation
Future<dynamic> setEventReportParamsDelegate(int argt) {
return FlutterAliPlayerFactory.methodChannel.invokeMethod(
"setEventReportParamsDelegate", wrapWithPlayerId(arg: argt.toString()));
}