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 96bccd4 commit 79b58c8Copy full SHA for 79b58c8
packages/camera/camera_platform_interface/lib/src/platform_interface/camera_platform.dart
@@ -80,7 +80,7 @@ abstract class CameraPlatform extends PlatformInterface {
80
/// Starts a video recording and returns the file where it will be saved.
81
///
82
/// 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.
+ /// The file can be read as soon as [stopVideoRecording] returns.
84
Future<XFile> startVideoRecording(int cameraId) {
85
throw UnimplementedError('startVideoRecording() is not implemented.');
86
}
0 commit comments