downloads constant

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

Available for Android 4.1 to 9

Equivalent to:

  • Environment.DIRECTORY_DOWNLOADS on Android 4.1 to 9

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 downloads = EnvironmentDirectory._('$_kPrefix.Downloads');