takePhoto method

Future<Blob> takePhoto([
  1. PhotoSettings? photoSettings
])

Implementation

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