setCustomDetectorDelegate method
设置用户自定义人脸识别回调
Implementation
Future<void> setCustomDetectorDelegate() async {
return AlivcLivePusher.methodChannel
.invokeMethod('setCustomDetectorDelegate', _wrap());
}
设置用户自定义人脸识别回调
Future<void> setCustomDetectorDelegate() async {
return AlivcLivePusher.methodChannel
.invokeMethod('setCustomDetectorDelegate', _wrap());
}