ImplementingCallbackExtension class

An extension providing callback implementation feature for runner providers.

Implemented types
Annotations
  • @sealed

Constructors

ImplementingCallbackExtension({DefineImplementingCallback? define, bool enabledEventManagerAwareCallback = true, bool enabledLoggerAwareCallback = true})
An extension providing callback implementation feature for runner providers.

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

defineCallback<T>(ImplementingCallback<T> callback) → void
Register implementing callback
load(Configurator configurator) → void
Load extension features to runner via configurator.
override
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