WipPage class
Constructors
- WipPage(WipConnection connection)
Properties
- connection → WipConnection
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onClosed
→ Stream<
WipDomain> -
latefinalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disable(
) → Future< WipResponse> -
enable(
) → Future< WipResponse> -
eventStream<
T> (String method, WipEventTransformer< T> transformer) → Stream<T> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reload(
{bool? ignoreCache, String? scriptToEvaluateOnLoad}) → Future< WipResponse> -
sendCommand(
String method, {Map< String, dynamic> ? params}) → Future<WipResponse> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited