takePhoto method

  1. @DomName('ImageCapture.takePhoto')
  2. @DocsEditable()
  3. @Experimental()
Future takePhoto ([Map photoSettings ])

Implementation

@DomName('ImageCapture.takePhoto')
@DocsEditable()
@Experimental() // untriaged
Future takePhoto([Map photoSettings]) {
  if (photoSettings != null) {
    var photoSettings_1 = convertDartToNative_Dictionary(photoSettings);
    return _takePhoto_1(photoSettings_1);
  }
  return _takePhoto_2();
}