$RemoteClient class

Constructors

$RemoteClient($Client _rootClient)
Creates a new DynamiteClient for remote requests.

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

$acceptShare_Request({required int id, bool? oCSAPIRequest}) → Request
Accept a remote share.
$acceptShare_Serializer() → DynamiteSerializer<RemoteAcceptShareResponseApplicationJson, void>
Builds a serializer to parse the response of $acceptShare_Request.
$declineShare_Request({required int id, bool? oCSAPIRequest}) → Request
Decline a remote share.
$declineShare_Serializer() → DynamiteSerializer<RemoteDeclineShareResponseApplicationJson, void>
Builds a serializer to parse the response of $declineShare_Request.
$getOpenShares_Request({bool? oCSAPIRequest}) → Request
Get list of pending remote shares.
$getOpenShares_Serializer() → DynamiteSerializer<RemoteGetOpenSharesResponseApplicationJson, void>
Builds a serializer to parse the response of $getOpenShares_Request.
$getShare_Request({required int id, bool? oCSAPIRequest}) → Request
Get info of a remote share.
$getShare_Serializer() → DynamiteSerializer<RemoteGetShareResponseApplicationJson, void>
Builds a serializer to parse the response of $getShare_Request.
$getShares_Request({bool? oCSAPIRequest}) → Request
Get a list of accepted remote shares.
$getShares_Serializer() → DynamiteSerializer<RemoteGetSharesResponseApplicationJson, void>
Builds a serializer to parse the response of $getShares_Request.
$unshare_Request({required int id, bool? oCSAPIRequest}) → Request
Unshare a remote share.
$unshare_Serializer() → DynamiteSerializer<RemoteUnshareResponseApplicationJson, void>
Builds a serializer to parse the response of $unshare_Request.
acceptShare({required int id, bool? oCSAPIRequest}) Future<DynamiteResponse<RemoteAcceptShareResponseApplicationJson, void>>
Accept a remote share.
declineShare({required int id, bool? oCSAPIRequest}) Future<DynamiteResponse<RemoteDeclineShareResponseApplicationJson, void>>
Decline a remote share.
getOpenShares({bool? oCSAPIRequest}) Future<DynamiteResponse<RemoteGetOpenSharesResponseApplicationJson, void>>
Get list of pending remote shares.
getShare({required int id, bool? oCSAPIRequest}) Future<DynamiteResponse<RemoteGetShareResponseApplicationJson, void>>
Get info of a remote share.
getShares({bool? oCSAPIRequest}) Future<DynamiteResponse<RemoteGetSharesResponseApplicationJson, void>>
Get a list of accepted remote shares.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unshare({required int id, bool? oCSAPIRequest}) Future<DynamiteResponse<RemoteUnshareResponseApplicationJson, void>>
Unshare a remote share.

Operators

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