Skip to content

Commit 6c32fa9

Browse files
Update packages/camera/camera_platform_interface/lib/src/platform_interface/camera_platform.dart
Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
1 parent 79b58c8 commit 6c32fa9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/camera/camera_platform_interface/lib/src/platform_interface/camera_platform.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ abstract class CameraPlatform extends PlatformInterface {
8686
}
8787

8888
/// 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.
8993
Future<void> stopVideoRecording(int cameraId) {
9094
throw UnimplementedError('stopVideoRecording() is not implemented.');
9195
}

0 commit comments

Comments
 (0)