allowSameSecondScheduling property

bool allowSameSecondScheduling
final

Whether multiple alarms with different ids can be scheduled for the same second. When false (default), a new alarm scheduled for the same second as an existing one will replace it. When true, alarms with different ids can coexist even if they share the same second.

Defaults to false.

Implementation

final bool allowSameSecondScheduling;