BasePlugin class abstract

Implementers

Constructors

BasePlugin()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
logger Logger
read-only
name String
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBotStart(INyxx nyxx, Logger logger) FutureOr<void>
onBotStop(INyxx nyxx, Logger logger) FutureOr<void>
onConnectionClose(INyxx nyxx, Logger logger, int closeCode, String? closeReason) FutureOr<void>
onConnectionError(INyxx nyxx, Logger logger, String errorMessage) FutureOr<void>
onRegister(INyxx nyxx, Logger logger) FutureOr<void>
toString() String
A string representation of this object.
inherited

Operators

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