WebFramework class
Web server
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
-
dispose(
) → void -
isServerRunning(
) → bool - Is server running
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
{bool wait = false}) → Future< void> - Start server
-
stop(
{bool wait = true}) → Future< void> - Stop server
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromConfig(
Config config) → Future< WebFramework> - Create WebFramework
-
fromPath(
String configPath) → Future< WebFramework> - Create WebFramework
-
fromString(
String serverConfiguration, String applicationDirectory) → Future< WebFramework> - Create WebFramework
-
getWebFrameworkVersion(
) → Future< String> - Get WebFramework version