Initializer 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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
init(String appName, NotifyIcon defaultIcon, NotifySound defaultSound)
→ Future<void>
-
-
onAction(dynamic callback(String actionId))
→ void
-
-
repeat({required String title, required String body, required NotifyInterval interval, NotifyIcon? icon, NotifySound? sound, String? payload})
→ Future<void>
-
-
schedule({required String title, required String body, required Duration duration, NotifyIcon? icon, NotifySound? sound, String? payload})
→ Future<void>
-
-
show({required String title, required String body, NotifyIcon? icon, NotifySound? sound, List<NotifyAction>? actions, String? payload})
→ Future<void>
-