getPhotoSettings method

Future<PhotoSettings> getPhotoSettings()

Implementation

Future<PhotoSettings> getPhotoSettings() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'getPhotoSettings', []));