SlackNotifier class

Constructors

SlackNotifier(String token)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
Authentication token bearing required scopes.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(String text, {String? channel, String? iconEmoji, String? iconUrl, String? username, List<Block>? blocks, List<Attachment>? attachments, Map<String, String>? httpHeaders}) Future<String>
Sends a message to a channel.
toString() String
A string representation of this object.
inherited

Operators

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