getPhotoSettings method

  1. @DomName('ImageCapture.getPhotoSettings')
  2. @DocsEditable()
  3. @Experimental()
Future<Map> getPhotoSettings ()

Implementation

@DomName('ImageCapture.getPhotoSettings')
@DocsEditable()
@Experimental() // untriaged
Future<Map> getPhotoSettings() =>
    promiseToFutureDictionary(JS("", "#.getPhotoSettings()", this));