NotificationAudio class
loop only works for Alarm / Call sounds, and only with a long-duration toast or an alarm/incomingCall scenario.
Constructors
- NotificationAudio({NotificationSound? sound, bool silent = false, bool loop = false})
-
const
- NotificationAudio.custom(String source, {bool loop = false})
-
const
- NotificationAudio.silent()
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited