setCustomDetectorDelegate method

Future<void> setCustomDetectorDelegate()

设置用户自定义人脸识别回调

Implementation

Future<void> setCustomDetectorDelegate() async {
  return AlivcLivePusher.methodChannel
      .invokeMethod('setCustomDetectorDelegate', _wrap());
}