suspend fun captureImage(limit: Number = 1): Result<List<MediaFile>, CaptureException>
Capture image file(s).
limit - The maximum number of image files the user can capture in a single capture operation.
limit