Save the current video to a given path
static Future<void> saveVideoToGallery({required String filePath}) { return TuyaCameraPlatform.instance.saveVideoToGallery(filePath: filePath); }