UriAndroidNotificationSound class
Represents a URI on the Android device that should be used for the notification sound.
One way of obtaining such URIs is to use the native Android RingtoneManager APIs, which may require developers to write their own code that makes use of platform channels.
- Implemented types
Constructors
- UriAndroidNotificationSound(String _sound)
-
Constructs an instance of UriAndroidNotificationSound.
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