stopVideo method

Future<String?> stopVideo()

结束拍视频

Implementation

Future<String?> stopVideo() {
  throw UnimplementedError('stopVideo() has not been implemented.');
}