Sync class
Constructors
- Sync()
- Sync.instance(String distroName)
- Constructor
Properties
- distroLocation ↔ String
-
read / write
- distroName ↔ String
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
download(
) → void - Download from sync IP
-
hasPath(
String distroName) → bool - Check if distro has path in settings
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startServer(
) → void - Start the server
-
stopServer(
) → void - Stop the server
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- server ↔ HttpServer
-
read / write