$AppsClient class

Constructors

$AppsClient.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

disable({required String app, bool? oCSAPIRequest}) Future<DynamiteResponse<AppsDisableResponseApplicationJson, void>>
Disable an app.
disableRaw({required String app, bool? oCSAPIRequest}) DynamiteRawResponse<AppsDisableResponseApplicationJson, void>
Disable an app.
enable({required String app, bool? oCSAPIRequest}) Future<DynamiteResponse<AppsEnableResponseApplicationJson, void>>
Enable an app.
enableRaw({required String app, bool? oCSAPIRequest}) DynamiteRawResponse<AppsEnableResponseApplicationJson, void>
Enable an app.
getAppInfo({required String app, bool? oCSAPIRequest}) Future<DynamiteResponse<AppsGetAppInfoResponseApplicationJson, void>>
Get the app info for an app.
getAppInfoRaw({required String app, bool? oCSAPIRequest}) DynamiteRawResponse<AppsGetAppInfoResponseApplicationJson, void>
Get the app info for an app.
getApps({String? filter, bool? oCSAPIRequest}) Future<DynamiteResponse<AppsGetAppsResponseApplicationJson, void>>
Get a list of installed apps.
getAppsRaw({String? filter, bool? oCSAPIRequest}) DynamiteRawResponse<AppsGetAppsResponseApplicationJson, void>
Get a list of installed apps.
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