takePicture method

dynamic takePicture()

Implementation

takePicture() {
  myLogAll('takePicture');
  _cameraController.takePicture();
}