ForegroundServiceNotification class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

finishEditMode() Future<void>
use in conjunction with startEditMode()
getPriority() Future<AndroidNotificationPriority>
(*see README for warning about notification-related "gets")
getText() Future<String>
(*see README for warning about notification-related "gets")
getTitle() Future<String>
(*see README for warning about notification-related "gets")
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPriority(AndroidNotificationPriority newPriority) Future<void>
users are allowed to change some app notification via the system UI; this probably won't work properly if they've done so (see android plugin implementation for details)
setText(String newText) Future<void>
setTitle(String newTitle) Future<void>
startEditMode() Future<void>
possibly not necessary in most cases it seems like things are well-behaved so a few changes at once will still result in only one response
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited