$RemoteClient class

Constructors

$RemoteClient.new($Client _rootClient)

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({required int id, bool? oCSAPIRequest}) Future<DynamiteResponse<RemoteAcceptShareResponseApplicationJson, void>>
Accept a remote share.
acceptShareRaw({required int id, bool? oCSAPIRequest}) DynamiteRawResponse<RemoteAcceptShareResponseApplicationJson, void>
Accept a remote share.
declineShare({required int id, bool? oCSAPIRequest}) Future<DynamiteResponse<RemoteDeclineShareResponseApplicationJson, void>>
Decline a remote share.
declineShareRaw({required int id, bool? oCSAPIRequest}) DynamiteRawResponse<RemoteDeclineShareResponseApplicationJson, void>
Decline a remote share.
getOpenShares({bool? oCSAPIRequest}) Future<DynamiteResponse<RemoteGetOpenSharesResponseApplicationJson, void>>
Get list of pending remote shares.
getOpenSharesRaw({bool? oCSAPIRequest}) DynamiteRawResponse<RemoteGetOpenSharesResponseApplicationJson, void>
Get list of pending remote shares.
getShare({required int id, bool? oCSAPIRequest}) Future<DynamiteResponse<RemoteGetShareResponseApplicationJson, void>>
Get info of a remote share.
getShareRaw({required int id, bool? oCSAPIRequest}) DynamiteRawResponse<RemoteGetShareResponseApplicationJson, void>
Get info of a remote share.
getShares({bool? oCSAPIRequest}) Future<DynamiteResponse<RemoteGetSharesResponseApplicationJson, void>>
Get a list of accepted remote shares.
getSharesRaw({bool? oCSAPIRequest}) DynamiteRawResponse<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.
unshareRaw({required int id, bool? oCSAPIRequest}) DynamiteRawResponse<RemoteUnshareResponseApplicationJson, void>
Unshare a remote share.

Operators

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