containsLivePhotos property

  1. @Deprecated('The option will be always enabled by default. ' 'This will be removed in v4.0.0')
bool containsLivePhotos
getter/setter pair

Whether the result should contain live photos.

Defaults to true.

This option only takes effects on iOS.

Implementation

@Deprecated(
  'The option will be always enabled by default. '
  'This will be removed in v4.0.0',
)
bool containsLivePhotos = true;