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

Available for Android 4.1 to 9.0

Equivalent to Environment.DIRECTORY_ALARMS

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