video constant

  1. @Deprecated('Android specific APIs will be removed soon in order to be replaced with a new set of original cross-platform APIs.')
MediaStoreCollection const video

Available for Android 10 to 12

Equivalent to:

  • MediaStore.Video

Implementation

@Deprecated(
  'Android specific APIs will be removed soon in order to be replaced with a new set of original cross-platform APIs.',
)
static const video = MediaStoreCollection._('$_kPrefix.Video');