AutoHotReload class
Automatic hot reload system that works with Flutter's development server
Constructors
- AutoHotReload.new({required String flutterDevPort, String host = 'localhost'})
Properties
- flutterDevPort → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- watcher → DirectoryWatcher
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
) → void - Start automatic hot reload monitoring
-
stop(
) → void - Stop monitoring
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited