SpawnHybrid class
Configuration passed to testUI to call spawnHybridUri
.
Constructors
- SpawnHybrid(String uri, {Object? message, dynamic callback(StreamChannel? channel)?, dynamic finalizer(StreamChannel? channel)?})
Properties
- callback ↔ dynamic Function(StreamChannel? channel)?
-
Optional callback for the
StreamChannel
returned byspawnHybridUri
spawn.getter/setter pair - finalizer ↔ dynamic Function(StreamChannel? channel)?
-
Optional finalizer for the
StreamChannel
returned byspawnHybridUri
spawn. Called in teardown.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- message → Object?
-
The message to pass to the spawned process.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri → String
-
The URI of the Dart file to spawn.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited