Notifier class

Delivers NotificationConfig entries over HTTP.

Constructors

Notifier(ColorizeLogger _logger, Variables _variables, {Dio? client})
Creates a notifier bound to a logger and a variable resolver.

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

dispatch(List<NotificationConfig> notifications, {required bool succeeded, required String summary}) Future<void>
Sends every notification whose trigger matches the run outcome.
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