ServerSdkServiceApi class

Constructors

ServerSdkServiceApi(RpcClient _client)

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

getPeerData(ClientContext? ctx, GetPeerDataRequest request) Future<GetPeerDataResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerRecorder(ClientContext? ctx, RegisterRecorderRequest request) Future<RecorderMsgResponse>
sendData(ClientContext? ctx, SendDataRequest request) Future<SendDataResponse>
sendRecorderMsg(ClientContext? ctx, RecorderMsgRequest request) Future<RecorderMsgResponse>
toString() String
A string representation of this object.
inherited
updatePermission(ClientContext? ctx, UpdatePermissionRequest request) Future<UpdatePermissionResponse>

Operators

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