takePhoto method
Implementation
Future<Blob> takePhoto([PhotoSettings? photoSettings]) => js_util
.promiseToFuture(js_util.callMethod(this, 'takePhoto', [photoSettings]));
Future<Blob> takePhoto([PhotoSettings? photoSettings]) => js_util
.promiseToFuture(js_util.callMethod(this, 'takePhoto', [photoSettings]));