FunctionsAdapter class abstract

An adapter to provide an interface to perform server-side processing.

Communicate with each server to return the appropriate response.

サーバー側の処理を実行するためのインターフェースを提供するためのアダプター。

各サーバーと通信して適切なレスポンスを返すようにしてください。

Implementers
Available Extensions
Annotations

Constructors

FunctionsAdapter()
An adapter to provide an interface to perform server-side processing.
const

Properties

endpoint String
URL of the endpoint where the Functions are executed.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute<TResponse>(FunctionsAction<TResponse> action) Future<TResponse>
Executes a Function with action.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

primary FunctionsAdapter
You can retrieve the FunctionsAdapter first given by FunctionsAdapterScope.
no setter