startVideoPreview method

Future<int> startVideoPreview ()

开启视频预览

Implementation

Future<int> startVideoPreview() async {
  IntValue reply = await _api.startVideoPreview();
  return reply.value;
}