We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b58c8 commit 6c32fa9Copy full SHA for 6c32fa9
packages/camera/camera_platform_interface/lib/src/platform_interface/camera_platform.dart
@@ -86,6 +86,10 @@ abstract class CameraPlatform extends PlatformInterface {
86
}
87
88
/// Stops the video recording.
89
+ ///
90
+ /// When the [stopVideoRecording] method completes successfully the recorded
91
+ /// video can be accessed through the file returned by the
92
+ /// [startVideoRecording] method.
93
Future<void> stopVideoRecording(int cameraId) {
94
throw UnimplementedError('stopVideoRecording() is not implemented.');
95
0 commit comments