stopSaveVideoToGallery static method

Future<void> stopSaveVideoToGallery()

Stop saving the video

Implementation

static Future<void> stopSaveVideoToGallery() {
  return TuyaCameraPlatform.instance.stopSaveVideoToGallery();
}