PactHost class

Constructors

PactHost(String _hostUri, {HttpClient? client})

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

addLabel(String participant, String label) Future<void>
addTag(String participant, String version, String tag) Future<void>
close({bool force = false}) → void
deleteParticipant(String participant) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publishContract(Pact contract, String version) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited