Caller class
- Inheritance
Constructors
- Caller(ServerpodClientShared client)
Properties
- admin ↔ EndpointAdmin
-
latefinal
- apple ↔ EndpointApple
-
latefinal
- client → ServerpodClientShared
-
Reference to the client.
finalinherited
- email ↔ EndpointEmail
-
latefinal
-
endpointRefLookup
→ Map<
String, EndpointRef> -
Looks up an
EndpointRef
by its name. This method is typically only used internally and overridden by generated code.no setteroverride - firebase ↔ EndpointFirebase
-
latefinal
- google ↔ EndpointGoogle
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ EndpointStatus
-
latefinal
- user ↔ EndpointUser
-
latefinal
Methods
-
callServerEndpoint<
T> (String endpoint, String method, Map< String, dynamic> args) → Future<T> -
Calls a server endpoint method by its name, passing arguments in a map.
Typically, this method is called by generated code.
inherited
-
callStreamingServerEndpoint<
T, G> (String endpoint, String method, Map< String, dynamic> args, Map<String, Stream> streams) → dynamic -
Calls a server endpoint method that supports streaming. The
streams
parameter is a map of stream names to stream objects. The method will listen to the streams and send the data to the server. Typically, this method is called by generated code.inherited -
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