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