AliceNotification class
Helper for displaying local notifications.
Constructors
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
-
configure(
{required String notificationIcon, required void openInspectorCallback()}) → void -
Configures local notifications with
notificationIcon
andopenInspectorCallback
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showStatsNotification(
{required BuildContext context, required AliceStats stats}) → Future< void> -
Shows current stats notification. It formats
stats
into simple notification which is displayed when stats has changed. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited