WebPlatform class
Constructors
- WebPlatform()
-
const
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
-
getClientAddress(
Event event, Request request) → String -
Gets a client address.
override
-
getRequestBody(
Event event, Request request) → Stream< Uint8List> ? -
Gets a request body stream.
override
-
getRequestHeaders(
Event event, Request request) → Headers -
Gets a request Headers.
override
-
getRequestMethod(
Event event, Request request) → String -
Gets a request method.
override
-
getRequestURI(
Event event, Request request) → Uri -
Gets a request Uri.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
respond(
Event event, Request request, Response response) → Future< Response> -
Respond to a response.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited