textRequestCameraPermission property
String
get
textRequestCameraPermission
Get localized text for label "image_picker_request_camera_permission".
Defaults to "You need allow camera permission.".
Implementation
String get textRequestCameraPermission => getTranslatedString(
"image_picker_request_camera_permission",
"You need allow camera permission.");