RpcService mixin
A mixin representing an RPC (Remote Procedure Call) service.
Properties
Methods
-
call(
RPCRequestDetails params) → Future< Map< String, dynamic> > - Makes an RPC call with the provided parameters.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
post(
String url, String body, {Map< String, String> ? header}) → Future<String> -
Sends an HTTP POST request to the specified
url
with the givenbody
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited