CommandHandlerFactory mixin Null safety
A factory for Command handlers.
- Mixin Applications
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
getDataHandler(
) → DataHandler? -
Gets DataHandler for result delivery.
protected">@protected
-
handleCommand(
Command command, WidgetController prober, CreateFinderFactory finderFactory) → Future< Result> - Deserializes the finder from JSON generated by Command.serialize or CommandWithTarget.serialize.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
registerTextInput(
) → void -
Registers text input emulation.
protected">@protected
-
toString(
) → String -
A string representation of this object.
inherited
-
waitForAbsentElement(
Finder finder) → Future< Finder> -
Runs
finder
repeatedly until it finds zero Elements. -
waitForElement(
Finder finder) → Future< Finder> -
Runs
finder
repeatedly until it finds one or more Elements.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited