Plugin class abstract
- Implementers
Properties
Methods
-
logError(
String message, {Object? error, StackTrace? stackTrace, LogLevel level = LogLevel.error}) → void - logs an error event
-
logEvent(
String name, {required String category, required String action, int? value, LogLevel level = LogLevel.info}) → void - logs a generic event
-
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