Skip to content

Commit

Permalink
update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
NicosNicolaou16 committed Aug 5, 2023
1 parent 0437020 commit 2bd9715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ fun TakeSingleCameraImageWithBase64Value(
/**
* This method is calling from listener to pick single image from camera with base64 values
* */
fun takeSingleCameraImageWithBase64Values() {
fun takeSingleCameraImageWithBase64Value() {
takeCameraImageWithBase64Value?.launch(null)
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ pickSingleImageWithBase64Value()

pickMultipleImages()

pickMultipleImagesWithBase64Value()
pickMultipleImagesWithBase64Values()

takeSingleCameraImage()

Expand Down

0 comments on commit 2bd9715

Please sign in to comment.