music 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 music

Available for Android 4.1 to 9

  • Environment.DIRECTORY_MUSIC 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 music = EnvironmentDirectory._('$_kPrefix.Music');