Skip to content

Commit 79b58c8

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 96bccd4 commit 79b58c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ abstract class CameraPlatform extends PlatformInterface {
8080
/// Starts a video recording and returns the file where it will be saved.
8181
///
8282
/// The file is written on the flight as the video is being recorded.
83-
/// The file can be read as soon as [stopVideoRecording] returns it.
83+
/// The file can be read as soon as [stopVideoRecording] returns.
8484
Future<XFile> startVideoRecording(int cameraId) {
8585
throw UnimplementedError('startVideoRecording() is not implemented.');
8686
}

0 commit comments

Comments
 (0)