Reloader class
A Reloader will be notified of each succeeded build.
This class must be extended to be functional.
- Implements
-
- Sink<Null>
- Implemented by
Constructors
- Reloader(Uri buildRunnerUri, Uri proxyUri, Uri webSocketUri)
Properties
- buildRunnerUri → Uri
-
final
- proxyUri → Uri
-
final
- webSocketUri → Uri
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
add(
Null data) → void -
Adds
data
to the sink. [...]inherited -
close(
) → void -
Closes the sink. [...]
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
other) → bool -
The equality operator. [...]
inherited