startDumpVideo method

Future<void> startDumpVideo(
  1. int type,
  2. String dir
)

Implementation

Future<void> startDumpVideo(int type, String dir) async {
  return (this as RtcEngineImpl).startDumpVideo(type, dir);
}