Skip to content

Commit

Permalink
Update onPickConfirmed comment.
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Li <[email protected]>
  • Loading branch information
yujune and AlexV525 authored Sep 18, 2024
1 parent cb6440a commit 23d055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/constants/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ final class CameraPickerConfig {
/// 录制时长未达到最小时长时的回调方法。
final VoidCallback? onMinimumRecordDurationNotMet;

/// The callback when picture is taken or video is confirmed.
/// The callback when the picture or the video is confirmed as picked.
/// 拍照或录像确认时的回调方法。
final void Function(AssetEntity)? onPickConfirmed;
}

0 comments on commit 23d055d

Please sign in to comment.