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

Available for Android 4.1 to 9

  • Environment.DIRECTORY_NOTIFICATIONS 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 notifications =
    EnvironmentDirectory._('$_kPrefix.Notifications');