Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze authored Aug 21, 2023
1 parent faa3fdf commit 7a55cea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ $ flutter pub add camera
```dart
// Record and Save
...
await controller.startVideoRecording();
final video = await controller.stopVideoRecording();
await Gal.putVideo(video.path);
```
Expand Down

0 comments on commit 7a55cea

Please sign in to comment.