发送用户自定义事件 通过埋点事件回调onEventReportParams
Future<void> sendCustomEvent(String args) { return FlutterAliPlayerFactory.methodChannel .invokeMethod("sendCustomEvent", wrapWithPlayerId(arg: args)); }