SATISH

Results 2 comments of SATISH

Is it possible to implement in the flutter? If yes please suggest any idea Thanks in advance.,

Try this, this will open both front and back option. ``` Future getImage() async { _image = await ImagePicker.pickImage(source: ImageSource.camera); setState(() { image = _image; }); } ```