Fired when a hooked service is invoked.

Constants

CREATED → String

"created"
INDEXED → String

"indexed"
MODIFIED → String

"modified"
READ → String

"read"
REMOVED → String

"removed"
UPDATED → String

"updated"

Properties

data → dynamic

read / write
eventName → String

read-only
hashCode → int

Get a hash code for this object.

read-only, inherited
id → dynamic

read-only
params → Map

read-only
result → dynamic

read-only
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited
service Service

The inner service whose method was hooked.

read / write

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

cancel(result) → void

Use this to end processing of an event.

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited